chore: remove debug print statement from chat route
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user