Skip to content

Commit

Permalink
fix(front): remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
BaptTF committed Apr 30, 2024
1 parent afe6e25 commit 024fc53
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frontend/src/routes/admin/accounts/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,6 @@
account.card_id = account.card_id ?? '';
}
});
} else {
console.log('test');
}
}
Expand Down

0 comments on commit 024fc53

Please sign in to comment.