Skip to content

Commit 8545a3b

Browse files
committed
removed console.log
1 parent 5937af2 commit 8545a3b

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
@@ -269,7 +269,6 @@ class Editor extends React.Component {
269269
indent_size: INDENTATION_AMOUNT,
270270
indent_with_tabs: IS_TAB_INDENT
271271
};
272-
console.log('inside');
273272
const mode = this._cm.getOption('mode');
274273
const currentPosition = this._cm.doc.getCursor();
275274
if (mode === 'javascript') {

0 commit comments

Comments
 (0)