mirror of
https://git.proxmox.com/git/mirror_xterm.js
synced 2025-10-04 19:18:32 +00:00
Remove log
This commit is contained in:
parent
a9e1ed5a72
commit
5d29d4ea22
@ -1077,7 +1077,6 @@ Terminal.prototype.refresh = function(start, end, queue) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
for (; y <= end; y++) {
|
for (; y <= end; y++) {
|
||||||
console.log('this.ydisp: ' + this.ydisp);
|
|
||||||
row = y + this.ydisp;
|
row = y + this.ydisp;
|
||||||
|
|
||||||
line = this.lines.get(row);
|
line = this.lines.get(row);
|
||||||
|
Loading…
Reference in New Issue
Block a user