Skip to content

Commit

Permalink
clear out the logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jing1524 committed Jun 26, 2023
1 parent 80d85d3 commit 1f532ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ function App() {
}
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [userSolution, wordleSolution])
console.log({ currentRowIndex })

useEffect(() => {
const handleKeyDown = (event: KeyboardEvent) => {
const { key } = event
Expand Down

0 comments on commit 1f532ce

Please sign in to comment.