removed console.log
This commit is contained in:
parent
5937af22f3
commit
8545a3b7ce
1 changed files with 0 additions and 1 deletions
|
@ -269,7 +269,6 @@ class Editor extends React.Component {
|
|||
indent_size: INDENTATION_AMOUNT,
|
||||
indent_with_tabs: IS_TAB_INDENT
|
||||
};
|
||||
console.log('inside');
|
||||
const mode = this._cm.getOption('mode');
|
||||
const currentPosition = this._cm.doc.getCursor();
|
||||
if (mode === 'javascript') {
|
||||
|
|
Loading…
Reference in a new issue