We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70dc47a commit eb4bc35Copy full SHA for eb4bc35
app/code/Magento/Catalog/view/frontend/web/js/product/provider.js
@@ -103,12 +103,6 @@ define([
103
this.idsStorage.get(),
104
this.prepareDataFromCustomerData(customerData.get(this.identifiersConfig.namespace)())
105
);
106
-
107
- if (!_.isEmpty(this.productStorage.data())) {
108
- this.dataCollectionHandler(this.productStorage.data());
109
- } else {
110
- this.productStorage.setIds(this.data.currency, this.data.store, this.ids());
111
- }
112
},
113
114
/**
0 commit comments