Skip to content

Commit

Permalink
fix: remove debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
mkucmus committed Sep 16, 2024
1 parent f63d2fb commit 5fb421e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/shopware/transform.ts
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,6 @@ function calculateTotalCartQuantity(lineItems: Schemas['LineItem'][]) {
}

function transformLineItem(resLineItem: Schemas['LineItem']): CartItem {
console.warn('media', resLineItem.cover);
return {
id: resLineItem.id || '',
quantity: resLineItem.quantity ?? 0,
Expand Down

0 comments on commit 5fb421e

Please sign in to comment.