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: {