mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-17 23:05:20 +00:00
chore: rm print
This commit is contained in:
parent
40abddff9a
commit
68d775e1ab
1 changed files with 0 additions and 1 deletions
|
|
@ -210,7 +210,6 @@ async def get_user_chat_list_by_tag_name(
|
||||||
form_data: TagNameForm, user=Depends(get_verified_user)
|
form_data: TagNameForm, user=Depends(get_verified_user)
|
||||||
):
|
):
|
||||||
|
|
||||||
print(form_data)
|
|
||||||
chat_ids = [
|
chat_ids = [
|
||||||
chat_id_tag.chat_id
|
chat_id_tag.chat_id
|
||||||
for chat_id_tag in Tags.get_chat_ids_by_tag_name_and_user_id(
|
for chat_id_tag in Tags.get_chat_ids_by_tag_name_and_user_id(
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue