Skip to content

Commit 63813ea

Browse files
removing console log
1 parent b940b88 commit 63813ea

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/Components/Sudoku Board/SudokuBoard.tsx

-2
Original file line numberDiff line numberDiff line change
@@ -441,8 +441,6 @@ const SudokuBoard = (props: SudokuBoardProps) => {
441441
const handleKeyDown = (event: any) => {
442442
const inputValue = event.nativeEvent.key;
443443

444-
console.log(inputValue);
445-
446444
switch (inputValue) {
447445
case "u":
448446
case "U":

0 commit comments

Comments
 (0)