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

remove unnecessary console.log

This commit is contained in:
Baptiste Augrain
2018-09-05 17:31:27 +02:00
parent d3861caf28
commit d15e0f9fe5

View File

@@ -38,8 +38,6 @@ class NewNoteButton extends React.Component {
const { location, dispatch, config } = this.props
const { storage, folder } = this.resolveTargetFolder()
console.log(config)
if (config.ui.defaultNote === 'MARKDOWN_NOTE') {
createMarkdownNote(storage.key, folder.key, dispatch, location)
} else if (config.ui.defaultNote === 'SNIPPET_NOTE') {