mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Fix a windows-only occurence of log()
This commit is contained in:
parent
90296a2d85
commit
7f4b7564da
|
@ -61,7 +61,7 @@ namespace {
|
|||
if (command.isNull())
|
||||
return QString();
|
||||
|
||||
log(command);
|
||||
qDebug() << command;
|
||||
|
||||
// inject switch to enable private browsing
|
||||
command = injectPrivateSwitch(command);
|
||||
|
|
Loading…
Reference in a new issue