Skip to content

Commit

Permalink
removed debug leftover
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Deubler <[email protected]>
  • Loading branch information
TerminalTim committed Aug 10, 2023
1 parent cef6df6 commit a488d9e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/display/src/displays/webgl/GLRender.ts
Original file line number Diff line number Diff line change
Expand Up @@ -825,7 +825,6 @@ export class GLRender implements BasicRender {
this.drawBuffer(buffer, px, py, previewTransformMatrix, dZoom);
} else {
if (!scissored) {
window._dbgKey = dTile.quadkey;
scissored = this.initScissor(buffer, x, y, tileSize, tileSize);
}

Expand Down

0 comments on commit a488d9e

Please sign in to comment.