mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-02-24 14:51:05 +01:00
clean up prints
This commit is contained in:
parent
2a078651b9
commit
1191957495
1 changed files with 0 additions and 1 deletions
|
@ -183,7 +183,6 @@ async def websocket_endpoint(
|
|||
if websocket not in room_members:
|
||||
print("Sender not in room member: Reconnecting...")
|
||||
await notifier.connect(websocket, room_name)
|
||||
print("ENDPOINT", data)
|
||||
await notifier._notify(data, room_name)
|
||||
|
||||
except WebSocketDisconnect:
|
||||
|
|
Loading…
Add table
Reference in a new issue