Jelajahi Sumber

refac: rm print tags

Timothy Jaeryang Baek 4 bulan lalu
induk
melakukan
8de91df1ff
1 mengubah file dengan 0 tambahan dan 1 penghapusan
  1. 0 1
      backend/open_webui/apps/webui/routers/chats.py

+ 0 - 1
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'"),
                 detail=ERROR_MESSAGES.DEFAULT("Tag name cannot be 'None'"),
             )
             )
 
 
-        print(tags, tag_id)
         if tag_id not in tags:
         if tag_id not in tags:
             Chats.add_chat_tag_by_id_and_user_id_and_tag_name(
             Chats.add_chat_tag_by_id_and_user_id_and_tag_name(
                 id, user.id, form_data.name
                 id, user.id, form_data.name