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

Removed debug log

This commit is contained in:
Miguel Teixeira
2018-12-13 19:13:12 +00:00
parent 37340d0445
commit 6631f98c43

View File

@@ -325,8 +325,6 @@ class MarkdownNoteDetail extends React.Component {
newConfig.editor.type = type
ConfigManager.set(newConfig)
})
console.log(this.state);
}
handleDeleteNote () {