chore: remove debug print statement from chat route

This commit is contained in:
Soulter
2025-07-10 16:59:58 +08:00
parent 5c60dbe2b1
commit 2534f59398
-1
View File
@@ -156,7 +156,6 @@ class ChatRoute(Route):
while True:
try:
result = await asyncio.wait_for(back_queue.get(), timeout=10)
print(f"Received result: {result}")
except asyncio.TimeoutError:
continue