Skip to content

Commit 71b54a5

Browse files
committed
remove unused log
1 parent c68bed5 commit 71b54a5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/ace/edit_session.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2191,7 +2191,6 @@ var EditSession = function(text, mode) {
21912191
}
21922192
}
21932193

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

2302-
// if (rowCache[rowCache.length-1] >= row)console.error("---------")
23032301
if (doCache) {
23042302
this.$docRowCache.push(row);
23052303
this.$screenRowCache.push(screenRow);

0 commit comments

Comments
 (0)