Skip to content

Commit

Permalink
fix: remove console log from product details
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayush-Tripathy committed Dec 12, 2024
1 parent eb662e8 commit 68d57db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/themes/misiki/ProductDetails.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,7 @@ async function updateVariant(variant) {
{/if}

<!-- Size -->
{console.log(data.product)}
<!-- {console.log(data.product)} -->
{#if data.product.sizechart}
<button
type="button"
Expand Down

0 comments on commit 68d57db

Please sign in to comment.