From 525c490704d90a1cb776d598b6755b5201713309 Mon Sep 17 00:00:00 2001 From: asmsuechan Date: Fri, 7 Apr 2017 13:42:42 -0700 Subject: [PATCH] Remove console.log --- browser/main/NoteList/index.js | 1 - 1 file changed, 1 deletion(-) 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 })