Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove console.log
  • Loading branch information
asmsuechan committed Jul 8, 2017
commit 525c490704d90a1cb776d598b6755b5201713309
1 change: 0 additions & 1 deletion browser/main/NoteList/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
})

Expand Down