Remove welcome_message from console.py

It is not used anymore.
The console prints network.banner instead.
This commit is contained in:
Benoit Verret 2020-08-02 07:26:54 -04:00
parent f49e766b21
commit 86939c6007

View file

@ -347,10 +347,3 @@ class Console(QtWidgets.QPlainTextEdit):
self.setCommand(beginning + p)
else:
self.show_completions(completions)
welcome_message = '''
---------------------------------------------------------------
Welcome to a primitive Python interpreter.
---------------------------------------------------------------
'''