Remove debugs

This commit is contained in:
Jiiks 2018-08-19 23:16:49 +03:00
parent 316f3c1bb0
commit e3edb09f38
1 changed files with 0 additions and 1 deletions

View File

@ -111,7 +111,6 @@
}
},
insertText(startIndex, text) {
console.log(this._insertText);
this.ta.selectionStart = startIndex;
this._insertText(text);
},