mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 12:55:19 +00:00
refac: rm print tags
This commit is contained in:
parent
6b46b8bf62
commit
8de91df1ff
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue