Skip to content

Commit 1026cd6

Browse files
remove commented out code
1 parent a9a586c commit 1026cd6

File tree

1 file changed

+0
-1
lines changed
  • ep25-add-todo-using-flux/app/components

1 file changed

+0
-1
lines changed

ep25-add-todo-using-flux/app/components/App.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ export default class App extends React.Component {
3333

3434
var newTodo = { title: this.state.title, done: false };
3535

36-
//this.addTodo(newTodo);
3736
TodoActions.addTodo(newTodo);
3837
this.setState({ title: '' });
3938
}

0 commit comments

Comments
 (0)