websocket: less verbose

This commit is contained in:
Thomas Farstrike
2025-05-23 09:02:41 +02:00
parent d9c696a33c
commit e9620b8a6a
+1 -1
View File
@@ -48,7 +48,7 @@ async def _process_callbacks_async():
"""Process queued callbacks asynchronously."""
import _thread
while True:
print(f"thread {_thread.get_ident()}: _process_callbacks_async")
#print(f"thread {_thread.get_ident()}: _process_callbacks_async")
while _callback_queue:
_log_debug("Processing callbacks queue...")
try: