From 8de91df1ff847560593c38834ca202d702b766bc Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Mon, 9 Dec 2024 23:30:57 -0800 Subject: [PATCH] refac: rm print tags --- backend/open_webui/apps/webui/routers/chats.py | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/open_webui/apps/webui/routers/chats.py b/backend/open_webui/apps/webui/routers/chats.py index d1f04ab73..ec5dae4bf 100644 --- a/backend/open_webui/apps/webui/routers/chats.py +++ b/backend/open_webui/apps/webui/routers/chats.py @@ -607,7 +607,6 @@ async def add_tag_by_id_and_tag_name( detail=ERROR_MESSAGES.DEFAULT("Tag name cannot be 'None'"), ) - print(tags, tag_id) if tag_id not in tags: Chats.add_chat_tag_by_id_and_user_id_and_tag_name( id, user.id, form_data.name