removed debugger

This commit is contained in:
sidharth 2022-02-24 12:52:13 +05:30
parent c8a1f478c0
commit 9e47211cea
2 changed files with 2 additions and 5 deletions

View File

@ -822,7 +822,6 @@ export default {
} }
}, },
gotoPersonalize(productDetails) { gotoPersonalize(productDetails) {
debugger
// window.open(`${personlizeUrl}/product/${this.sku}`, "_self"); // window.open(`${personlizeUrl}/product/${this.sku}`, "_self");
if ( if (
this.getCustomAttributeLable( this.getCustomAttributeLable(
@ -846,7 +845,6 @@ export default {
} else { } else {
let itemCode = this.itemId ? this.itemId : "new"; let itemCode = this.itemId ? this.itemId : "new";
//googleAanalyticsEvent('personalize_builder', 'ecommerce', productDetails); //googleAanalyticsEvent('personalize_builder', 'ecommerce', productDetails);
debugger
if(this.categoryId) if(this.categoryId)
{ {
window.open( window.open(

View File

@ -196,7 +196,6 @@ export default {
show: true, show: true,
timeout: 2000 timeout: 2000
}; };
debugger
this.$store.dispatch("userCartProduct/cartProductList"); this.$store.dispatch("userCartProduct/cartProductList");
this.$emit("actionClose", this.snackbar); this.$emit("actionClose", this.snackbar);