1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

chore: removing console.log

This commit is contained in:
Georges Indrianjafy
2018-01-27 17:33:22 +02:00
parent 614e9b6d55
commit ca5b1eea13

View File

@@ -567,7 +567,6 @@ class NoteList extends React.Component {
content: firstNote.content content: firstNote.content
}) })
.then((note) => { .then((note) => {
console.log(note)
dispatch({ dispatch({
type: 'UPDATE_NOTE', type: 'UPDATE_NOTE',
note: note note: note