clean up prints
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user