fakevim: disable some debug output

This commit is contained in:
hjk
2010-04-06 15:07:22 +02:00
parent 2cdcb60a8c
commit a9a880d984

View File

@@ -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);