Skip to content

Commit

Permalink
Don't show messagebar for syntax check. No need
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanW2 committed Jul 13, 2013
1 parent e394cfb commit 1b63204
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions python/console/console_editor.py
Expand Up @@ -638,9 +638,6 @@ def syntaxCheck(self, filename=None, fromContextMenu=True):
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):
Expand Down

0 comments on commit 1b63204

Please sign in to comment.