@spiffcommerce/core 28.0.1-beta.f5df4b3f-ec7b-542e-84ca-48ed7f2a1458 → 28.0.1

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/index.mjs CHANGED
@@ -13862,7 +13862,7 @@ class Ja extends Zn {
13862
13862
  * @param variant The variant to select.
13863
13863
  */
13864
13864
  async selectVariant(t, e) {
13865
- console.log(`LOG: selecting variant ${t.getName()} (${t.getId()}) for property ${this.property.name}`), console.trace(), await Promise.all([
13865
+ await Promise.all([
13866
13866
  this.bundle.getGlobalPropertyStateManager().setAspect(this.property.name, t.getId(), void 0, e),
13867
13867
  this.applyColorVariant(t, void 0, e)
13868
13868
  ]);