remove debug
This commit is contained in:
parent
e1a7c177d5
commit
4289ee6cd9
|
@ -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)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue