Skip to content

Commit

Permalink
fix: remove errornous console log
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvxd committed Mar 23, 2024
1 parent 9c23dae commit 4309330
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/AutoFrameComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ const CopyHostStyles = ({
// Add new style tags
collectedStyles.forEach((styleNode) => {
addEl(styleNode as HTMLElement, () => {
console.log("load style");
mountedCounter += 1;

if (mountedCounter === collectedStyles.length) {
Expand Down

0 comments on commit 4309330

Please sign in to comment.