remove console.log

This commit is contained in:
ThatOneCalculator 2023-04-02 00:42:35 -07:00
parent e10fc6b8ec
commit 4496de2040
No known key found for this signature in database
GPG key ID: 8703CACD01000000

View file

@ -211,7 +211,6 @@ function changeProfile(ev: MouseEvent) {
}
async function deleteProfile() {
console.log(deckStore.state.profile)
const { canceled } = await os.confirm({
type: 'warning',
text: i18n.t('deleteAreYouSure', { x: deckStore.state.profile }),