diff --git a/libkhotkeysprivate/shortcuts_handler.cpp b/libkhotkeysprivate/shortcuts_handler.cpp --- a/libkhotkeysprivate/shortcuts_handler.cpp +++ b/libkhotkeysprivate/shortcuts_handler.cpp @@ -150,8 +150,6 @@ bool ShortcutsHandler::send_macro_key( const QKeySequence &key, Window window_P ) { - qDebug() << key << key.count() << window_P; - if (key.isEmpty()) return false;