Skip to content

Commit 5891b3b

Browse files
committed
removed console.log
1 parent 8545a3b commit 5891b3b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

client/modules/IDE/components/Editor.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,6 @@ class Editor extends React.Component {
273273
const currentPosition = this._cm.doc.getCursor();
274274
if (mode === 'javascript') {
275275
this._cm.doc.setValue(beautifyJS(this._cm.doc.getValue(), beautifyOptions));
276-
console.log('beautifying');
277276
} else if (mode === 'css') {
278277
this._cm.doc.setValue(beautifyCSS(this._cm.doc.getValue(), beautifyOptions));
279278
} else if (mode === 'htmlmixed') {

0 commit comments

Comments
 (0)