Skip to content

Commit

Permalink
fix: remove unnecessary console log
Browse files Browse the repository at this point in the history
  • Loading branch information
Miodec committed Sep 14, 2023
1 parent 0e38ffb commit 322d159
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/ts/controllers/input-controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,6 @@ function handleChar(
return;
} else {
incorrectShiftsInARow = 0;
console.log("correct shift used");
}
}

Expand Down

0 comments on commit 322d159

Please sign in to comment.