remove annoying warnings and unnecessary prints.

show a summary of some settings on startup when running __main__.py
This commit is contained in:
fiatjaf
2020-10-06 12:59:08 -03:00
parent c5352c0309
commit 9a16dfa960
4 changed files with 20 additions and 9 deletions
-1
View File
@@ -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)