Timothy Jaeryang Baek 8 mēneši atpakaļ
vecāks
revīzija
51fc98bed8
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  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: