From 9e47211ceae7fb8ec0321ef5b4b295617bd61243 Mon Sep 17 00:00:00 2001 From: sidharth Date: Thu, 24 Feb 2022 12:52:13 +0530 Subject: [PATCH] removed debugger --- .../retailer/product-detail/ProductDetailComponent.vue | 6 ++---- .../retailer/retailer-search/RetailerSearchProducts.vue | 1 - 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/src/components/retailer/product-detail/ProductDetailComponent.vue b/src/components/retailer/product-detail/ProductDetailComponent.vue index 4492d72..7830955 100644 --- a/src/components/retailer/product-detail/ProductDetailComponent.vue +++ b/src/components/retailer/product-detail/ProductDetailComponent.vue @@ -821,8 +821,7 @@ export default { this.errorMessage = "Please Select Color"; } }, - gotoPersonalize(productDetails) { - debugger + gotoPersonalize(productDetails) { // window.open(`${personlizeUrl}/product/${this.sku}`, "_self"); if ( this.getCustomAttributeLable( @@ -845,8 +844,7 @@ export default { }); } else { let itemCode = this.itemId ? this.itemId : "new"; - //googleAanalyticsEvent('personalize_builder', 'ecommerce', productDetails); - debugger + //googleAanalyticsEvent('personalize_builder', 'ecommerce', productDetails); if(this.categoryId) { window.open( diff --git a/src/components/retailer/retailer-search/RetailerSearchProducts.vue b/src/components/retailer/retailer-search/RetailerSearchProducts.vue index 5617711..3f8b4ab 100644 --- a/src/components/retailer/retailer-search/RetailerSearchProducts.vue +++ b/src/components/retailer/retailer-search/RetailerSearchProducts.vue @@ -196,7 +196,6 @@ export default { show: true, timeout: 2000 }; - debugger this.$store.dispatch("userCartProduct/cartProductList"); this.$emit("actionClose", this.snackbar);