Skip to content

Commit 80c318f

Browse files
committed
Removes excessive logging
1 parent ed5f1a8 commit 80c318f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/webviews/apps/plus/graph/minimap/minimap.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,6 @@ export class GlGraphMinimap extends GlElement {
750750
this.requestDraw();
751751
}
752752

753-
@debug({ onlyExit: true })
754753
private drawNow() {
755754
if (this._ctx == null || this._observedWidth === 0 || this._observedHeight === 0) return;
756755
const dpr = window.devicePixelRatio || 1;

0 commit comments

Comments
 (0)