remove debug

This commit is contained in:
Webifi 2023-05-29 04:08:11 -05:00
parent e1a7c177d5
commit 4289ee6cd9
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@
console.error(`Unable to find and delete message with ID: ${uuid}`)
return
}
console.warn(`Deleting message with ID: ${uuid}`, found, index)
// console.warn(`Deleting message with ID: ${uuid}`, found, index)
chat.messages.splice(index, 1) // remove item
chatsStorage.set(chats)
}