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

remove console.log

This commit is contained in:
AWolf81
2019-05-26 10:06:13 +02:00
parent 1a38771f1a
commit c70cca2776
2 changed files with 0 additions and 2 deletions

View File

@@ -642,7 +642,6 @@ export default class CodeEditor extends React.Component {
try {
Jsonlint.parse(customMarkdownLintConfig)
lintConfigJson = JSON.parse(customMarkdownLintConfig)
console.log(customMarkdownLintConfig, lintConfigJson)
} catch (err) {
eventEmitter.emit('APP_SETTING_ERROR')
return

View File

@@ -40,7 +40,6 @@ class UiTab extends React.Component {
}})
}
this.handleSettingError = (err) => {
console.log('handle err', err)
this.setState({UiAlert: {
type: 'error',
message: err.message != null ? err.message : i18n.__('An error occurred!')