Skip to content

Commit c70cca2

Browse files
committed
remove console.log
1 parent 1a38771 commit c70cca2

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

browser/components/CodeEditor.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,6 @@ export default class CodeEditor extends React.Component {
642642
try {
643643
Jsonlint.parse(customMarkdownLintConfig)
644644
lintConfigJson = JSON.parse(customMarkdownLintConfig)
645-
console.log(customMarkdownLintConfig, lintConfigJson)
646645
} catch (err) {
647646
eventEmitter.emit('APP_SETTING_ERROR')
648647
return

browser/main/modals/PreferencesModal/UiTab.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ class UiTab extends React.Component {
4040
}})
4141
}
4242
this.handleSettingError = (err) => {
43-
console.log('handle err', err)
4443
this.setState({UiAlert: {
4544
type: 'error',
4645
message: err.message != null ? err.message : i18n.__('An error occurred!')

0 commit comments

Comments
 (0)