mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 17:31:36 +00:00
Remove welcome_message from console.py
It is not used anymore. The console prints network.banner instead.
This commit is contained in:
parent
f49e766b21
commit
86939c6007
1 changed files with 0 additions and 7 deletions
|
@ -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.
|
||||
---------------------------------------------------------------
|
||||
'''
|
||||
|
|
Loading…
Add table
Reference in a new issue