Skip to content

Commit

Permalink
Remove debug code for input line fallback (#2942)
Browse files Browse the repository at this point in the history
  • Loading branch information
vadi2 committed Aug 6, 2019
1 parent d8a0c68 commit 6b6c77c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/TCommandLine.cpp
Expand Up @@ -486,9 +486,6 @@ bool TCommandLine::event(QEvent* event)
}
}

if (event->type() == QEvent::KeyPress) {
qDebug() << "falling back to QPlainTextEdit::event() for" << event;
}
return QPlainTextEdit::event(event);
}

Expand Down

0 comments on commit 6b6c77c

Please sign in to comment.