Remove welcome_message from console.py
It is not used anymore. The console prints network.banner instead.
This commit is contained in:
@@ -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.
|
||||
---------------------------------------------------------------
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user