From 51fc98bed885f22e5d749f08e278fa5d0630c463 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Mon, 9 Jun 2025 17:24:03 +0400 Subject: [PATCH] refac --- backend/open_webui/tasks.py | 1 - 1 file changed, 1 deletion(-) 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: