Remove console.log in itext

This commit is contained in:
kangax 2014-01-04 15:02:25 -05:00
parent 448dfad97e
commit c5f97d69af

View file

@ -464,7 +464,7 @@
}
else if (this.selectionEnd - this.selectionStart > 1) {
// TODO: replace styles properly
console.log('replacing MORE than 1 char');
// console.log('replacing MORE than 1 char');
}
this.selectionStart += _chars.length;