remove debug

This commit is contained in:
Webifi
2023-05-29 04:08:11 -05:00
parent e1a7c177d5
commit 4289ee6cd9

View File

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