Skip to content

Commit e9620b8

Browse files
websocket: less verbose
1 parent d9c696a commit e9620b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal_filesystem/lib/websocket.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ async def _process_callbacks_async():
4848
"""Process queued callbacks asynchronously."""
4949
import _thread
5050
while True:
51-
print(f"thread {_thread.get_ident()}: _process_callbacks_async")
51+
#print(f"thread {_thread.get_ident()}: _process_callbacks_async")
5252
while _callback_queue:
5353
_log_debug("Processing callbacks queue...")
5454
try:

0 commit comments

Comments
 (0)