Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
cd60dbe0
"...git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "edbe5673c50269d8e7dc0ea6bf6ea00045eebdc4"
Commit
cd60dbe0
authored
Apr 02, 2024
by
Timothy J. Baek
Browse files
chore: remove print statement
parent
a0d932b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
backend/apps/web/models/chats.py
backend/apps/web/models/chats.py
+0
-2
No files found.
backend/apps/web/models/chats.py
View file @
cd60dbe0
...
@@ -247,8 +247,6 @@ class ChatTable:
...
@@ -247,8 +247,6 @@ class ChatTable:
for
chat
in
Chat
.
select
().
where
(
Chat
.
user_id
==
user_id
)
for
chat
in
Chat
.
select
().
where
(
Chat
.
user_id
==
user_id
)
]
]
print
(
shared_chat_ids
)
query
=
Chat
.
delete
().
where
(
Chat
.
user_id
<<
shared_chat_ids
)
query
=
Chat
.
delete
().
where
(
Chat
.
user_id
<<
shared_chat_ids
)
query
.
execute
()
# Remove the rows, return number of rows removed.
query
.
execute
()
# Remove the rows, return number of rows removed.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment