Skip to content

Commit bdbbf02

Browse files
author
Oleksandr Osadchyi
committed
MAGETWO-59135: [Github] Customer session is shared for different customers on two websites #4842 #6468
1 parent 931247c commit bdbbf02

File tree

1 file changed

+0
-1
lines changed
  • app/code/Magento/Customer/view/frontend/web/js/invalidation-rules

1 file changed

+0
-1
lines changed

app/code/Magento/Customer/view/frontend/web/js/invalidation-rules/website-rule.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ define([
2424

2525
if (this.scopeConfig && customer() &&
2626
(~~customer().websiteId !== ~~this.scopeConfig.websiteId) && ~~customer().websiteId !== 0) {
27-
console.log(~~customer().websiteId, this.scopeConfig.websiteId);
2827
customerData.reload(['customer']);
2928
}
3029
}

0 commit comments

Comments
 (0)