Remove debugger statement

This commit is contained in:
Daniel Imms
2023-09-02 09:19:17 -07:00
parent 5e628d7fc6
commit 68c572345b
-1
View File
@@ -118,7 +118,6 @@ export class Viewport extends Disposable implements IViewport {
}
private _innerRefresh(): void {
debugger;
if (this._charSizeService.height > 0) {
this._currentRowHeight = this._renderService.dimensions.device.cell.height / this._coreBrowserService.dpr;
this._currentDeviceCellHeight = this._renderService.dimensions.device.cell.height;