Timothy Jaeryang Baek 4 months ago
parent
commit
51fc98bed8
1 changed files with 0 additions and 1 deletions
  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)
     await pubsub.subscribe(REDIS_PUBSUB_CHANNEL)
 
 
     async for message in pubsub.listen():
     async for message in pubsub.listen():
-        print(f"Received message: {message}")
         if message["type"] != "message":
         if message["type"] != "message":
             continue
             continue
         try:
         try: