removed console.log
This commit is contained in:
parent
8545a3b7ce
commit
5891b3b77a
1 changed files with 0 additions and 1 deletions
|
@ -273,7 +273,6 @@ class Editor extends React.Component {
|
||||||
const currentPosition = this._cm.doc.getCursor();
|
const currentPosition = this._cm.doc.getCursor();
|
||||||
if (mode === 'javascript') {
|
if (mode === 'javascript') {
|
||||||
this._cm.doc.setValue(beautifyJS(this._cm.doc.getValue(), beautifyOptions));
|
this._cm.doc.setValue(beautifyJS(this._cm.doc.getValue(), beautifyOptions));
|
||||||
console.log('beautifying');
|
|
||||||
} else if (mode === 'css') {
|
} else if (mode === 'css') {
|
||||||
this._cm.doc.setValue(beautifyCSS(this._cm.doc.getValue(), beautifyOptions));
|
this._cm.doc.setValue(beautifyCSS(this._cm.doc.getValue(), beautifyOptions));
|
||||||
} else if (mode === 'htmlmixed') {
|
} else if (mode === 'htmlmixed') {
|
||||||
|
|
Loading…
Reference in a new issue