Skip to content

Commit

Permalink
removed yet another log
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyOGo committed Mar 29, 2018
1 parent acec1a9 commit 7618d08
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/demos/todomvc/todos.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ class Todos extends Component {
return;
}

console.log('handleNewTodoKeyDown', event);

event.preventDefault();

const val = this.state.newTodo.trim();
Expand Down

0 comments on commit 7618d08

Please sign in to comment.