diff --git a/pglab/CodeEditor.cpp b/pglab/CodeEditor.cpp index 79c8488..6f371b7 100644 --- a/pglab/CodeEditor.cpp +++ b/pglab/CodeEditor.cpp @@ -160,7 +160,6 @@ void CodeEditor::gutterAreaPaintEvent(QPaintEvent *event) void CodeEditor::keyPressEvent(QKeyEvent *e) { auto k = e->key(); - qDebug() << QString("%1").arg(k, 0, 16); if (k == Qt::Key_Tab) { // Function returns false if there was no selection to indent if (indentSelection(true))