Skip to content

Commit 0f0b9b0

Browse files
committed
remove console log
1 parent 088080a commit 0f0b9b0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ const store = createStore(rootReducer);
8989
// components
9090

9191
function TodoApp({ todos, onToggleTodo }) {
92-
console.log(todos);
9392
return <TodoList
9493
todos={todos}
9594
onToggleTodo={onToggleTodo}

0 commit comments

Comments
 (0)