From 33fffd6b1db2230b70379f796a4504cce2069a30 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Wed, 29 Jan 2025 21:36:05 -0800 Subject: [PATCH] refac: rm print statement --- backend/open_webui/routers/tasks.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/backend/open_webui/routers/tasks.py b/backend/open_webui/routers/tasks.py index df86b4c10..299ec5326 100644 --- a/backend/open_webui/routers/tasks.py +++ b/backend/open_webui/routers/tasks.py @@ -173,8 +173,6 @@ async def generate_title( flags=re.S, ).strip() - print(messages) - content = title_generation_template( template, messages,