@shopware-ag/dive 1.18.3 → 1.18.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopware-ag/dive",
3
- "version": "1.18.3",
3
+ "version": "1.18.4",
4
4
  "description": "Shopware Spatial Framework",
5
5
  "type": "module",
6
6
  "main": "./build/dive.cjs",
@@ -673,7 +673,6 @@ export class DIVECommunication {
673
673
  private setGizmoScaleLinked(
674
674
  payload: Actions['SET_GIZMO_SCALE_LINKED']['PAYLOAD'],
675
675
  ): Actions['SET_GIZMO_SCALE_LINKED']['RETURN'] {
676
- console.log('SET_GIZMO_SCALE_LINKED', payload);
677
676
  this.toolbox.SetGizmoScaleLinked(payload);
678
677
  return payload;
679
678
  }