aboutsummaryrefslogtreecommitdiffstats
path: root/gui/line_editor.cc
diff options
context:
space:
mode:
authorEddie Hung <eddie.hung+gitlab@gmail.com>2018-07-17 14:19:43 +0000
committerEddie Hung <eddie.hung+gitlab@gmail.com>2018-07-17 14:19:43 +0000
commitdabc057da94207c1dfbb8d9679c639ff697bea14 (patch)
treed8d70b16f021d48fa053949d909fa206ce36927b /gui/line_editor.cc
parent0bae7f5606b15591a23fb63da1c5ff6f93b40747 (diff)
parentf62f04e376f83d650ab1067cdf0f058151828b8a (diff)
downloadnextpnr-dabc057da94207c1dfbb8d9679c639ff697bea14.tar.gz
nextpnr-dabc057da94207c1dfbb8d9679c639ff697bea14.tar.bz2
nextpnr-dabc057da94207c1dfbb8d9679c639ff697bea14.zip
Merge branch 'master' into 'master'
Master See merge request eddiehung/nextpnr!2
Diffstat (limited to 'gui/line_editor.cc')
-rw-r--r--gui/line_editor.cc1
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)