mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
remove console.log
This commit is contained in:
parent
de75999833
commit
4b770363f5
1 changed files with 0 additions and 1 deletions
|
@ -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 }),
|
||||
|
|
Loading…
Add table
Reference in a new issue