1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00

Remove console.log

This commit is contained in:
asmsuechan
2017-04-07 13:42:42 -07:00
parent 2e3599d005
commit 525c490704

View File

@@ -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
})