Timothy Jaeryang Baek 10 luni în urmă
părinte
comite
51fc98bed8
1 a modificat fișierele cu 0 adăugiri și 1 ștergeri
  1. 0 1
      backend/open_webui/tasks.py

+ 0 - 1
backend/open_webui/tasks.py

@@ -28,7 +28,6 @@ async def redis_task_command_listener(app):
     await pubsub.subscribe(REDIS_PUBSUB_CHANNEL)
 
     async for message in pubsub.listen():
-        print(f"Received message: {message}")
         if message["type"] != "message":
             continue
         try: