remove console.log
This commit is contained in:
parent
e10fc6b8ec
commit
4496de2040
|
@ -211,7 +211,6 @@ function changeProfile(ev: MouseEvent) {
|
||||||
}
|
}
|
||||||
|
|
||||||
async function deleteProfile() {
|
async function deleteProfile() {
|
||||||
console.log(deckStore.state.profile)
|
|
||||||
const { canceled } = await os.confirm({
|
const { canceled } = await os.confirm({
|
||||||
type: 'warning',
|
type: 'warning',
|
||||||
text: i18n.t('deleteAreYouSure', { x: deckStore.state.profile }),
|
text: i18n.t('deleteAreYouSure', { x: deckStore.state.profile }),
|
||||||
|
|
Loading…
Reference in New Issue