瀏覽代碼

UI: Remove redundant log message

This log message is already used in the StreamingStop callback.
jp9000 10 年之前
父節點
當前提交
9d940249bb
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      obs/window-basic-main.cpp

+ 0 - 1
obs/window-basic-main.cpp

@@ -3071,7 +3071,6 @@ void OBSBasic::StopStreaming()
 
 	if (!outputHandler->Active()) {
 		ui->profileMenu->setEnabled(true);
-		blog(LOG_INFO, STREAMING_STOP);
 	}
 }