remove log statement

This commit is contained in:
Fabian Jakobs 2010-04-23 11:32:39 +02:00
commit 188d4b9362

View file

@ -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);