Fix a windows-only occurence of log()
This commit is contained in:
@@ -61,7 +61,7 @@ namespace {
|
||||
if (command.isNull())
|
||||
return QString();
|
||||
|
||||
log(command);
|
||||
qDebug() << command;
|
||||
|
||||
// inject switch to enable private browsing
|
||||
command = injectPrivateSwitch(command);
|
||||
|
||||
Reference in New Issue
Block a user