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.
@@ -757,9 +757,6 @@
757
757
  let classNameCounter = 0;
758
758
  const generateClassName = styleProps => {
759
759
  // Extract only relevant, primitive style properties
760
- console.log({
761
- styleProps
762
- });
763
760
  // Generate a unique hash based on relevantProps
764
761
  const hash = hashObject(styleProps);
765
762
  if (classCache.has(hash)) {