From 4e9a29a0af2281a3a7bc484fbe8f44bc1e2a409c Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Thu, 7 Nov 2013 16:32:23 +0900 Subject: Remove debug output left in the previous commit by mistake Oops. Signed-off-by: Dirk Hohndel --- qt-ui/tagwidget.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'qt-ui') diff --git a/qt-ui/tagwidget.cpp b/qt-ui/tagwidget.cpp index b0912addb..457f66c74 100644 --- a/qt-ui/tagwidget.cpp +++ b/qt-ui/tagwidget.cpp @@ -165,7 +165,6 @@ void TagWidget::keyPressEvent(QKeyEvent *e) { } if (e->key() == Qt::Key_Tab) { // let's pretend this is a comma instead QKeyEvent *fakeEvent = new QKeyEvent(e->type(), Qt::Key_Comma, e->modifiers(), QString(",")); - qDebug() << "sending comma instead"; GroupedLineEdit::keyPressEvent(fakeEvent); free(fakeEvent); } else { -- cgit v1.2.3-70-g09d2