From 9d940249bb263d3a2ab944b464a8924473d90cda Mon Sep 17 00:00:00 2001 From: jp9000 Date: Sun, 6 Sep 2015 16:15:51 -0700 Subject: [PATCH] UI: Remove redundant log message This log message is already used in the StreamingStop callback. --- obs/window-basic-main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/obs/window-basic-main.cpp b/obs/window-basic-main.cpp index 474bdaacf..7dccd3019 100644 --- a/obs/window-basic-main.cpp +++ b/obs/window-basic-main.cpp @@ -3071,7 +3071,6 @@ void OBSBasic::StopStreaming() if (!outputHandler->Active()) { ui->profileMenu->setEnabled(true); - blog(LOG_INFO, STREAMING_STOP); } }