Skip to content

Commit

Permalink
console clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
nbonamy committed May 15, 2024
1 parent 7b53d08 commit d227821
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/screens/Main.vue
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ const onDeleteChat = async (chat) => {
store.saveHistory()
} else {
for (const chat of chats) {
console.log(chat)
let index = store.chats.findIndex((c) => c.uuid === chat)
store.chats[index].delete()
store.chats.splice(index, 1)
Expand Down

0 comments on commit d227821

Please sign in to comment.