deleted prints

This commit is contained in:
Ben Arc
2021-06-24 01:49:39 +01:00
parent 06f05c75bb
commit a78d2b1322
5 changed files with 0 additions and 15 deletions
-1
View File
@@ -40,7 +40,6 @@ connected_websockets = defaultdict(set)
@copilot_ext.websocket("/ws/<id>/")
async def wss(id):
copilot = await get_copilot(id)
print(copilot)
if not copilot:
return "", HTTPStatus.FORBIDDEN
global connected_websockets