diff --git a/server.py b/server.py index 68c21a1..d675ef1 100644 --- a/server.py +++ b/server.py @@ -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"],