diff --git a/RedPandaIDE/editor.cpp b/RedPandaIDE/editor.cpp index e6174f16..4ab6c3ee 100644 --- a/RedPandaIDE/editor.cpp +++ b/RedPandaIDE/editor.cpp @@ -802,7 +802,6 @@ void Editor::keyPressEvent(QKeyEvent *event) return; case '(': { QChar nextCh = nextNotspaceChar(caretY()-1,caretX()-1); - qDebug()<