Skip to content

Commit

Permalink
feat: clean console.log()
Browse files Browse the repository at this point in the history
  • Loading branch information
punchanabu committed Dec 23, 2024
1 parent 1499e8d commit 2cc25cb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib/components/BackofficePlayground.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,10 @@
}
function handleConfirm() {
console.log('Confirmed');
confirmationModalOpen = false;
}
function handleCancel() {
console.log('Cancelled');
confirmationModalOpen = false;
}
Expand Down

0 comments on commit 2cc25cb

Please sign in to comment.