removed debug log

This commit is contained in:
fourtf 2020-07-12 22:48:29 +02:00
parent 9739d8d9c3
commit e928cde2d5

View file

@ -36,7 +36,6 @@ bool isInStreamerMode()
{
QString processName = QString::fromUtf16(
reinterpret_cast<char16_t *>(pWPIs[i].pProcessName));
qDebug() << processName;
if (broadcastingBinaries().contains(processName))
return true;