mirror of
https://github.com/morgan9e/chatgpt-web
synced 2026-04-14 00:14:04 +09:00
remove debug
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user