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

Commit

Permalink
Remove debugging log statements
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Greco committed Jan 29, 2021
1 parent b05ed25 commit 0b622e3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/Printers/I3/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@ const getDimensions = (config, bounds, haScaleFactor) => {
/* We estimate the initial scale factor based on the height of the frame, then compound with set factor */
const scale = new Scale( (bounds.height / (config.top.height + config.bottom.height + config.left.height)) * haScaleFactor );

console.log("Config:")
console.log(config)
console.log("Offset:")
console.table(bounds)
console.log("HA Scale: " + haScaleFactor);
console.log("Scale Factor: " + scale.scale_factor);

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

0 comments on commit 0b622e3

Please sign in to comment.