Skip to content

Commit 6637adf

Browse files
remove commented out code
1 parent 897a10a commit 6637adf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ep28-more-dispatcher-usage/app/actions/TodoActions.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ var TodoActions = {
2727
api.markTodoDone(todo)
2828
.then( () => {
2929
console.log("marked TODO as done successfully");
30-
//TodoStore.markTodoDone(todo);
3130
AppDispatcher.dispatch({
3231
actionType: 'TODO_DONE',
3332
todo: todo

0 commit comments

Comments
 (0)