diff --git a/backend/open_webui/tasks.py b/backend/open_webui/tasks.py index d73b5800f..2d3955f0a 100644 --- a/backend/open_webui/tasks.py +++ b/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: