Timothy Jaeryang Baek 4 月之前
父節點
當前提交
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: