Skip to content

Commit

Permalink
removing console log
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas-Gallant committed Apr 28, 2024
1 parent b940b88 commit 63813ea
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/Components/Sudoku Board/SudokuBoard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -441,8 +441,6 @@ const SudokuBoard = (props: SudokuBoardProps) => {
const handleKeyDown = (event: any) => {
const inputValue = event.nativeEvent.key;

console.log(inputValue);

switch (inputValue) {
case "u":
case "U":
Expand Down

0 comments on commit 63813ea

Please sign in to comment.