mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 17:56:25 +00:00
Remove console.log
This commit is contained in:
@@ -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
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user