diff --git a/python/console/console_editor.py b/python/console/console_editor.py index 885d6ded7da..8df615c660c 100644 --- a/python/console/console_editor.py +++ b/python/console/console_editor.py @@ -638,9 +638,6 @@ class Editor(QsciScintilla): else: self.markerDeleteAll() self.clearAnnotations() - if fromContextMenu: - msgText = QCoreApplication.translate('PythonConsole', 'Syntax ok') - self.parent.pc.callWidgetMessageBarEditor(msgText, 0, True) return True def keyPressEvent(self, e):