diff --git a/browser/main/NoteList/index.js b/browser/main/NoteList/index.js index a3c258c1..1ca82d4e 100644 --- a/browser/main/NoteList/index.js +++ b/browser/main/NoteList/index.js @@ -192,7 +192,6 @@ class NoteList extends React.Component { const { location } = this.props let targetIndex = _.findIndex(this.notes, (note) => { - console.log(note.storage+'-'+note.key) return note.storage + '-' + note.key === noteHash })