Timothy Jaeryang Baek пре 10 месеци
родитељ
комит
51fc98bed8
1 измењених фајлова са 0 додато и 1 уклоњено
  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: