Skip to content

Commit

Permalink
chore: remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusgnreis committed Jul 7, 2023
1 parent b99beea commit daabdf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/routes/ecom/modules/calculate-shipping.js
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ exports.post = ({ appSdk }, req, res) => {
lowestPriceShipping.discount = discount
}
}
console.log('shipping line', JSON.stringify(shippingLine))

console.log('Free shipping', JSON.stringify(lowestPriceShipping))
console.log('Response', JSON.stringify(response))
res.send(response)
Expand Down

0 comments on commit daabdf4

Please sign in to comment.