@pronto-tools-and-more/custom-js-functions 15.29.0 → 15.31.0

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.
package/dist/main.js CHANGED
@@ -601,7 +601,6 @@
601
601
  params.push(`w=${width}`);
602
602
  }
603
603
  if (resize) {
604
- console.log({ resize, src, webp, width });
605
604
  params.push(`resize=${resize}`);
606
605
  params.push("crop_strategy=attention");
607
606
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pronto-tools-and-more/custom-js-functions",
3
- "version": "15.29.0",
3
+ "version": "15.31.0",
4
4
  "description": "",
5
5
  "main": "dist/main.js",
6
6
  "type": "module",
@@ -12,7 +12,6 @@ export const getOptimizedImageSrc = (
12
12
  params.push(`w=${width}`);
13
13
  }
14
14
  if (resize) {
15
- console.log({ resize, src, webp, width });
16
15
  params.push(`resize=${resize}`);
17
16
  params.push("crop_strategy=attention");
18
17
  }