Skip to content

Commit cfd8498

Browse files
committed
Stray log
1 parent a60c1f8 commit cfd8498

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/renderers/_base.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5498,7 +5498,6 @@ export abstract class RendererBase {
54985498
const pt1 = gridBase[row][col];
54995499
const pt2 = gridBase[row+1][col];
55005500
const pt3 = gridBase[row+1][col-1];
5501-
console.log({row, col, pts: [pt1, pt2, pt3]});
55025501
polyrow.push({
55035502
type: "poly",
55045503
points: [pt1, pt2, pt3],

0 commit comments

Comments
 (0)