remove unused log

This commit is contained in:
nightwing 2012-12-13 19:00:39 +04:00
commit 71b54a5741

View file

@ -2191,7 +2191,6 @@ var EditSession = function(text, mode) {
}
}
// if (rowCache[rowCache.length-1] >= row)console.error("---------")
if (doCache) {
this.$docRowCache.push(docRow);
this.$screenRowCache.push(row);
@ -2299,7 +2298,6 @@ var EditSession = function(text, mode) {
screenRow += this.getRowLength(row);
row = rowEnd;
// if (rowCache[rowCache.length-1] >= row)console.error("---------")
if (doCache) {
this.$docRowCache.push(row);
this.$screenRowCache.push(screenRow);