"vscode:/vscode.git/clone" did not exist on "f92de932f25958b1bf93006ea46ea2c8b752ed6e"
Commit cd60dbe0 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

chore: remove print statement

parent a0d932b9
......@@ -247,8 +247,6 @@ class ChatTable:
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.execute() # Remove the rows, return number of rows removed.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment