Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.

Commit 0b622e3

Browse files
author
Dan Greco
committed
Remove debugging log statements
1 parent b05ed25 commit 0b622e3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/Printers/I3/utils.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,6 @@ const getDimensions = (config, bounds, haScaleFactor) => {
55
/* We estimate the initial scale factor based on the height of the frame, then compound with set factor */
66
const scale = new Scale( (bounds.height / (config.top.height + config.bottom.height + config.left.height)) * haScaleFactor );
77

8-
console.log("Config:")
9-
console.log(config)
10-
console.log("Offset:")
11-
console.table(bounds)
12-
console.log("HA Scale: " + haScaleFactor);
13-
console.log("Scale Factor: " + scale.scale_factor);
148

159
/* Frame */
1610
const F_W = scale.val(config.top.width); // Width

0 commit comments

Comments
 (0)