remove unused log
This commit is contained in:
parent
c68bed51e0
commit
71b54a5741
1 changed files with 0 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue