remove log statement
This commit is contained in:
parent
68e36be961
commit
188d4b9362
1 changed files with 0 additions and 1 deletions
|
|
@ -281,7 +281,6 @@ ace.Editor = function(renderer, doc) {
|
|||
var cursor = this.getCursorPosition();
|
||||
|
||||
text = text.replace("\t", this.doc.getTabString());
|
||||
console.log(this.doc.getTabString().length);
|
||||
|
||||
if (!this.selection.isEmpty()) {
|
||||
var end = this.doc.replace(this.getSelectionRange(), text);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue