mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-02-24 22:58:46 +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:
|
if websocket not in room_members:
|
||||||
print("Sender not in room member: Reconnecting...")
|
print("Sender not in room member: Reconnecting...")
|
||||||
await notifier.connect(websocket, room_name)
|
await notifier.connect(websocket, room_name)
|
||||||
print("ENDPOINT", data)
|
|
||||||
await notifier._notify(data, room_name)
|
await notifier._notify(data, room_name)
|
||||||
|
|
||||||
except WebSocketDisconnect:
|
except WebSocketDisconnect:
|
||||||
|
|
Loading…
Add table
Reference in a new issue