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}`)
|
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)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user