Skip to content

Commit

Permalink
chore: remove logs from calc
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusgnreis authored Nov 23, 2023
1 parent fd40170 commit 77e45c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion functions/routes/ecom/modules/calculate-shipping.js
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@ exports.post = async ({ appSdk }, req, res) => {
correiosResult = data
} catch (err) {
const { response } = err
console.log('erro de calculo', err)
return res.status(409).send({
error: 'CALCULATE_FAILED',
message: response?.data?.[0]?.txErro || err.message
Expand Down

0 comments on commit 77e45c6

Please sign in to comment.