remove debug print

This commit is contained in:
makaveli10
2023-07-31 14:42:36 +08:00
parent f20c4153d4
commit 6a78c51ce4
-1
View File
@@ -28,7 +28,6 @@ def recv_audio(websocket):
global clients
options = websocket.recv()
options = json.loads(options)
print(options)
client = ServeClient(
websocket,
multilingual=options["multilingual"],