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 931247c commit bdbbf02Copy full SHA for bdbbf02
app/code/Magento/Customer/view/frontend/web/js/invalidation-rules/website-rule.js
@@ -24,7 +24,6 @@ define([
24
25
if (this.scopeConfig && customer() &&
26
(~~customer().websiteId !== ~~this.scopeConfig.websiteId) && ~~customer().websiteId !== 0) {
27
- console.log(~~customer().websiteId, this.scopeConfig.websiteId);
28
customerData.reload(['customer']);
29
}
30
0 commit comments