mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-14 18:26:26 +00:00
Remove console.log
This commit is contained in:
@@ -192,7 +192,6 @@ class NoteList extends React.Component {
|
|||||||
const { location } = this.props
|
const { location } = this.props
|
||||||
|
|
||||||
let targetIndex = _.findIndex(this.notes, (note) => {
|
let targetIndex = _.findIndex(this.notes, (note) => {
|
||||||
console.log(note.storage+'-'+note.key)
|
|
||||||
return note.storage + '-' + note.key === noteHash
|
return note.storage + '-' + note.key === noteHash
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user