We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8545a3b commit 5891b3bCopy full SHA for 5891b3b
client/modules/IDE/components/Editor.jsx
@@ -273,7 +273,6 @@ class Editor extends React.Component {
273
const currentPosition = this._cm.doc.getCursor();
274
if (mode === 'javascript') {
275
this._cm.doc.setValue(beautifyJS(this._cm.doc.getValue(), beautifyOptions));
276
- console.log('beautifying');
277
} else if (mode === 'css') {
278
this._cm.doc.setValue(beautifyCSS(this._cm.doc.getValue(), beautifyOptions));
279
} else if (mode === 'htmlmixed') {
0 commit comments