remove annoying warnings and unnecessary prints.
show a summary of some settings on startup when running __main__.py
This commit is contained in:
@@ -67,7 +67,6 @@ def register_invoice_listener(send_chan: trio.MemorySendChannel):
|
||||
A method intended for extensions to call when they want to be notified about
|
||||
new invoice payments incoming.
|
||||
"""
|
||||
print(f"registering invoice_listener: {send_chan}")
|
||||
invoice_listeners.append(send_chan)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user