Remove debug print

This commit is contained in:
baldurk
2020-02-19 11:33:39 +00:00
parent 579b1893c7
commit 1e8c24fa56
-3
View File
@@ -200,9 +200,6 @@ public:
{
KeyPressDirection dir = GetDirection(e);
qInfo() << "keydown" << Qt::Key(e->key()) << "has scancode" << e->nativeScanCode()
<< "and virtualkey" << e->nativeVirtualKey() << char(e->nativeVirtualKey());
switch(dir)
{
case KeyPressDirection::None: break;