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 5937af2 commit 8545a3bCopy full SHA for 8545a3b
client/modules/IDE/components/Editor.jsx
@@ -269,7 +269,6 @@ class Editor extends React.Component {
269
indent_size: INDENTATION_AMOUNT,
270
indent_with_tabs: IS_TAB_INDENT
271
};
272
- console.log('inside');
273
const mode = this._cm.getOption('mode');
274
const currentPosition = this._cm.doc.getCursor();
275
if (mode === 'javascript') {
0 commit comments