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 65c1c4f commit 56095e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/routes/admin/accounts/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,6 @@
<button
class="inline-flex items-center gap-x-1.5 text-sm text-blue-600 decoration-2 hover:underline font-medium"
on:click={() => {
console.log("test")
selectedAccount = account;
askForCard = true;
}}
Expand Down

0 comments on commit 56095e6

Please sign in to comment.