Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
AWolf81 committed May 26, 2019
1 parent 1a38771 commit c70cca2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion browser/components/CodeEditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion browser/main/modals/PreferencesModal/UiTab.js
Original file line number Diff line number Diff line change
Expand Up @@ -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!')
Expand Down

0 comments on commit c70cca2

Please sign in to comment.