From 85026ad5bf07dec429fca6fd72156c9aa7cab7eb Mon Sep 17 00:00:00 2001 From: Roy Qu Date: Wed, 13 Apr 2022 22:34:27 +0800 Subject: [PATCH] remove debug output --- RedPandaIDE/editor.cpp | 1 - 1 file changed, 1 deletion(-) 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()<