Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
lajbel committed Sep 13, 2023
1 parent d5acb08 commit d9eed1d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/game.ts
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ export function startNovel() {

// User input
k.onUpdate(() => {
k.debug.log(isProcessingAction());
if (
k.isKeyPressed(input.pc?.next) ||
k.isKeyPressed("enter") ||
Expand Down

0 comments on commit d9eed1d

Please sign in to comment.