From 1b435ed965db9194dbae1679bb80d7e68508b021 Mon Sep 17 00:00:00 2001 From: Nathan Woodrow Date: Tue, 3 Nov 2015 10:30:37 +1000 Subject: [PATCH] [Py Console] Remove message on file change --- python/console/console_editor.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/python/console/console_editor.py b/python/console/console_editor.py index fe2d860aa8e..916f3c80447 100644 --- a/python/console/console_editor.py +++ b/python/console/console_editor.py @@ -722,9 +722,6 @@ class Editor(QsciScintilla): self.parent.tw.listObject(self.parent.tw.currentWidget()) self.lastModified = QFileInfo(pathfile).lastModified() - msgText = QCoreApplication.translate('PythonConsole', - 'The file "{0}" has been changed and reloaded').format(pathfile) - self.parent.pc.callWidgetMessageBarEditor(msgText, 1, False) QsciScintilla.focusInEvent(self, e) def fileReadOnly(self):