Skip to content

Commit

Permalink
Remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoleone committed Apr 9, 2024
1 parent 4559c3b commit 45f3e06
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions react/modules/gaEvents.ts
Original file line number Diff line number Diff line change
Expand Up @@ -346,8 +346,6 @@ export function addToWishlist(eventData: AddToWishlistData) {
productReference,
} = product

console.log("EVENT:", eventData)

const variant = sku ? sku.itemId : items.selectedItem.itemId

const seller = getSeller(sku ? sku.sellers : items.selectedItem.sellers)
Expand Down

0 comments on commit 45f3e06

Please sign in to comment.