Skip to content

Commit

Permalink
comment out excessive logging
Browse files Browse the repository at this point in the history
  • Loading branch information
edward3h committed Jan 31, 2024
1 parent 7ccfc97 commit 16f772e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend2/src/routes/nuo/[gameId]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
}
function handleAction(event: CustomEvent) {
console.log("handleAction(%s, %s)", event.type, event.detail);
// console.log("handleAction(%s, %s)", event.type, event.detail);
if (hasAction(event.type, event.detail)) {
action(event.type, event.detail);
}
Expand Down

0 comments on commit 16f772e

Please sign in to comment.