From daabdf44d6fba7775efdef77d4ad4f9ae86bab69 Mon Sep 17 00:00:00 2001 From: matheusgnreis Date: Thu, 6 Jul 2023 22:25:09 -0300 Subject: [PATCH] chore: remove logs --- functions/routes/ecom/modules/calculate-shipping.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/routes/ecom/modules/calculate-shipping.js b/functions/routes/ecom/modules/calculate-shipping.js index bc3a5ec..20afebb 100644 --- a/functions/routes/ecom/modules/calculate-shipping.js +++ b/functions/routes/ecom/modules/calculate-shipping.js @@ -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)