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: