app-studio 0.2.13 → 0.2.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -758,9 +758,6 @@ const cssRulesCache = /*#__PURE__*/new Map();
758
758
  let classNameCounter = 0;
759
759
  const generateClassName = styleProps => {
760
760
  // Extract only relevant, primitive style properties
761
- console.log({
762
- styleProps
763
- });
764
761
  // Generate a unique hash based on relevantProps
765
762
  const hash = hashObject(styleProps);
766
763
  if (classCache.has(hash)) {