UI: Remove redundant log message

This log message is already used in the StreamingStop callback.
This commit is contained in:
jp9000 2015-09-06 16:15:51 -07:00
parent 2ebb6e60ce
commit 9d940249bb

View File

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