mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Remove unwanted console.log
This commit is contained in:
@@ -61,7 +61,6 @@ export class OverviewRulerRenderer extends Disposable {
|
||||
this._queueRefresh();
|
||||
}
|
||||
}));
|
||||
console.log(this._width/3);
|
||||
renderSizes[SizeIndex.OUTER_SIZE] = Math.floor(this._width / 3);
|
||||
renderSizes[SizeIndex.INNER_SIZE] = Math.ceil(this._width / 3);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user