aboutsummaryrefslogtreecommitdiffstats
path: root/gui/line_editor.cc
diff options
context:
space:
mode:
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)