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: