Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOnlyFastCoder2 committed Sep 7, 2024
1 parent 75a1937 commit e12a2de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/games/RandNum/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ export function Game () {
}

useEffect(() => {
console.log(1)
restartGame();
return () => {
clearTimeId()
Expand Down

0 comments on commit e12a2de

Please sign in to comment.