mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-05 23:26:13 -05:00
UI: Remove redundant log message
This log message is already used in the StreamingStop callback.
This commit is contained in:
@@ -3071,7 +3071,6 @@ void OBSBasic::StopStreaming()
|
||||
|
||||
if (!outputHandler->Active()) {
|
||||
ui->profileMenu->setEnabled(true);
|
||||
blog(LOG_INFO, STREAMING_STOP);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user