mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
removed debug log
This commit is contained in:
parent
9739d8d9c3
commit
e928cde2d5
|
@ -36,7 +36,6 @@ bool isInStreamerMode()
|
||||||
{
|
{
|
||||||
QString processName = QString::fromUtf16(
|
QString processName = QString::fromUtf16(
|
||||||
reinterpret_cast<char16_t *>(pWPIs[i].pProcessName));
|
reinterpret_cast<char16_t *>(pWPIs[i].pProcessName));
|
||||||
qDebug() << processName;
|
|
||||||
|
|
||||||
if (broadcastingBinaries().contains(processName))
|
if (broadcastingBinaries().contains(processName))
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Reference in a new issue