diff options
author | Serge Bazanski <serge@bazanski.pl> | 2018-07-17 16:03:48 +0100 |
---|---|---|
committer | Serge Bazanski <serge@bazanski.pl> | 2018-07-17 16:03:48 +0100 |
commit | 498bef3f3e82ed214daf44ada83eb22a21159993 (patch) | |
tree | b5d982452b972df13c20cabc0c2b2b73256a285d /gui/line_editor.cc | |
parent | f3c6c76fff90d89dd65af2c02124c098dab63892 (diff) | |
parent | 2eb783d626a9a17baf70d2f7750be3c11623d5bc (diff) | |
download | nextpnr-498bef3f3e82ed214daf44ada83eb22a21159993.tar.gz nextpnr-498bef3f3e82ed214daf44ada83eb22a21159993.tar.bz2 nextpnr-498bef3f3e82ed214daf44ada83eb22a21159993.zip |
Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into q3k/lock-2-electric-boogaloo
Diffstat (limited to 'gui/line_editor.cc')
-rw-r--r-- | gui/line_editor.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gui/line_editor.cc b/gui/line_editor.cc index 425f2876..23415092 100644 --- a/gui/line_editor.cc +++ b/gui/line_editor.cc @@ -48,7 +48,6 @@ void LineEditor::keyPressEvent(QKeyEvent *ev) QToolTip::hideText(); if (lines.empty()) return; - printf("Key_Up\n"); if (ev->key() == Qt::Key_Up) index--; if (ev->key() == Qt::Key_Down) |