removed console.log

This commit is contained in:
ashu8912 2020-01-26 12:47:37 +05:30
parent 5937af22f3
commit 8545a3b7ce
1 changed files with 0 additions and 1 deletions

View File

@ -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') {