Skip to content

Commit 76b433f

Browse files
committed
remove debug output
1 parent 61b977c commit 76b433f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

webgpu/link/websocket.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ async def start_websocket():
118118
self._send_loop.run_until_complete(start_websocket())
119119
except Exception as e:
120120
print("exception in _start_websocket_server", e)
121-
print("stopped websocket")
122121

123122
def stop(self):
124123
self._send_loop.call_soon_threadsafe(self._stop.set_result, None)

0 commit comments

Comments
 (0)