From ca5b1eea138fa17b7b3e2e1d34959f93b94fecb8 Mon Sep 17 00:00:00 2001 From: Georges Indrianjafy Date: Sat, 27 Jan 2018 17:33:22 +0200 Subject: [PATCH] chore: removing console.log --- browser/main/NoteList/index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/browser/main/NoteList/index.js b/browser/main/NoteList/index.js index 356f5fb2..6f60d44b 100644 --- a/browser/main/NoteList/index.js +++ b/browser/main/NoteList/index.js @@ -567,7 +567,6 @@ class NoteList extends React.Component { content: firstNote.content }) .then((note) => { - console.log(note) dispatch({ type: 'UPDATE_NOTE', note: note @@ -577,7 +576,7 @@ class NoteList extends React.Component { this.setState({ selectedNoteKeys: [uniqueKey] }) - + router.push({ pathname: location.pathname, query: {