Skip to content

Commit

Permalink
chore: remove debugging logs
Browse files Browse the repository at this point in the history
  • Loading branch information
micahg committed Aug 25, 2024
1 parent c2f6dd9 commit 9f0218d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/mui/src/utils/contentworker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,6 @@ function calculateViewport() {
_vp,
_img,
);
console.log(`MICAH vp is ${JSON.stringify(_vp)}`);
console.log(`MICAH img is ${JSON.stringify(_img)}`);
console.log(`MICAH bg ${backgroundImage.width},${backgroundImage.height}`);
return;
}

Expand Down

0 comments on commit 9f0218d

Please sign in to comment.