Skip to content

Commit 610f045

Browse files
committed
Errant console.logs
1 parent d05e79c commit 610f045

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/renderers/_base.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9094,12 +9094,9 @@ export abstract class RendererBase {
90949094
.attr("dominant-baseline", "hanging")
90959095
.move(0, 0);
90969096

9097-
console.log(`nested vbox before moving: ${JSON.stringify(nested.viewbox())}`);
90989097
// Now place the whole group below the board
90999098
// const placed = this.rootSvg.use(nested);
91009099
nested.move(box.x, placeY);
9101-
console.log(`nested vbox after moving: ${JSON.stringify(nested.viewbox())}`);
9102-
console.log(`nested height: ${JSON.stringify(nested.bbox())}`)
91039100
placeY += nested.bbox().height + (this.cellsize * 0.5);
91049101
}
91059102
}

0 commit comments

Comments
 (0)