From 7618d08e906a2df813fd05225ff8105b33bab23d Mon Sep 17 00:00:00 2001 From: Andreas Deuschlinger Date: Thu, 29 Mar 2018 12:15:13 +0200 Subject: [PATCH] removed yet another log --- src/demos/todomvc/todos.jsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/demos/todomvc/todos.jsx b/src/demos/todomvc/todos.jsx index fd852cc7fb..af0d6dd80b 100644 --- a/src/demos/todomvc/todos.jsx +++ b/src/demos/todomvc/todos.jsx @@ -35,8 +35,6 @@ class Todos extends Component { return; } - console.log('handleNewTodoKeyDown', event); - event.preventDefault(); const val = this.state.newTodo.trim();