Skip to content

Commit

Permalink
[Py Console] Remove message on file change
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanW2 committed Nov 3, 2015
1 parent a9e5670 commit 1b435ed
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions python/console/console_editor.py
Expand Up @@ -722,9 +722,6 @@ def focusInEvent(self, e):

self.parent.tw.listObject(self.parent.tw.currentWidget())
self.lastModified = QFileInfo(pathfile).lastModified()
msgText = QCoreApplication.translate('PythonConsole',
'The file <b>"{0}"</b> has been changed and reloaded').format(pathfile)
self.parent.pc.callWidgetMessageBarEditor(msgText, 1, False)
QsciScintilla.focusInEvent(self, e)

def fileReadOnly(self):
Expand Down

0 comments on commit 1b435ed

Please sign in to comment.