Skip to content

Commit 968d16b

Browse files
committed
Remove console.log
1 parent a89bb41 commit 968d16b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/game/scenes/MenuScene.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ export class MenuScene extends Phaser.Scene {
7272
});
7373

7474
this.input.keyboard?.on("keydown", (event: KeyboardEvent) => {
75-
console.log(event.key);
7675
if ([" ", "Enter"].includes(event.key)) {
7776
this.selectOption();
7877
}

0 commit comments

Comments
 (0)