Skip to content

Commit 1b435ed

Browse files
committed
[Py Console] Remove message on file change
1 parent a9e5670 commit 1b435ed

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

python/console/console_editor.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -722,9 +722,6 @@ def focusInEvent(self, e):
722722

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

730727
def fileReadOnly(self):

0 commit comments

Comments
 (0)