Remove log

This commit is contained in:
Daniel Imms 2016-12-28 03:41:48 -08:00
parent a9e1ed5a72
commit 5d29d4ea22

View File

@ -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);