Jelajahi Sumber

UI: Remove redundant log message

This log message is already used in the StreamingStop callback.
jp9000 10 tahun lalu
induk
melakukan
9d940249bb
1 mengubah file dengan 0 tambahan dan 1 penghapusan
  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);
 	}
 }