diff --git a/astrbot/dashboard/routes/chat.py b/astrbot/dashboard/routes/chat.py index 9e090474c..651f1b65c 100644 --- a/astrbot/dashboard/routes/chat.py +++ b/astrbot/dashboard/routes/chat.py @@ -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