Skip to content

Commit ce37415

Browse files
raclimkhanniie
authored andcommitted
remove extra console log
1 parent fe0d19f commit ce37415

File tree

1 file changed

+1
-1
lines changed
  • client/modules/IDE/components/Editor

1 file changed

+1
-1
lines changed

client/modules/IDE/components/Editor/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,9 +194,9 @@ class Editor extends React.Component {
194194
showHint(_cm, this.props.autocompleteHinter, this.props.fontSize);
195195
}
196196
if (e.key === 'Escape') {
197-
console.log(this._cm);
198197
e.preventDefault();
199198
const selections = this._cm.listSelections();
199+
200200
if (selections.length > 1) {
201201
const firstPos = selections[0].head || selections[0].anchor;
202202
this._cm.setSelection(firstPos);

0 commit comments

Comments
 (0)