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

View File

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