Skip to content

Commit dc5d2e0

Browse files
committed
remove logs
1 parent 3384b32 commit dc5d2e0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/App/TodoList/index.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ const TodoList: React.FC = () => {
2323
}) /* eslint-disable-line prettier/prettier */
2424
}
2525

26-
useEffect(() => {
27-
console.log('appState', appState)
28-
}, [appState])
29-
3026
return (
3127
<Layout>
3228
<section className="main">

0 commit comments

Comments
 (0)