mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Remove log
This commit is contained in:
@@ -1077,7 +1077,6 @@ Terminal.prototype.refresh = function(start, end, queue) {
|
||||
}
|
||||
|
||||
for (; y <= end; y++) {
|
||||
console.log('this.ydisp: ' + this.ydisp);
|
||||
row = y + this.ydisp;
|
||||
|
||||
line = this.lines.get(row);
|
||||
|
||||
Reference in New Issue
Block a user