forked from qt-creator/qt-creator
fakevim: disable some debug output
This commit is contained in:
@@ -731,9 +731,9 @@ void FakeVimPluginPrivate::windowCommand(int key)
|
||||
break;
|
||||
}
|
||||
#undef control
|
||||
qDebug() << "RUNNING WINDOW COMMAND: " << key << code;
|
||||
//qDebug() << "RUNNING WINDOW COMMAND: " << key << code;
|
||||
if (code.isEmpty()) {
|
||||
qDebug() << "UNKNOWN WINDOWS COMMAND: " << key;
|
||||
//qDebug() << "UNKNOWN WINDOWS COMMAND: " << key;
|
||||
return;
|
||||
}
|
||||
triggerAction(code);
|
||||
|
||||
Reference in New Issue
Block a user