forked from open-webui/open-webui
		
	chore: remove print statement
This commit is contained in:
		
							parent
							
								
									a0d932b986
								
							
						
					
					
						commit
						cd60dbe08c
					
				
					 1 changed files with 0 additions and 2 deletions
				
			
		|  | @ -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. | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Timothy J. Baek
						Timothy J. Baek