Skip to content

Commit

Permalink
chore: remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusgnreis authored Jan 10, 2024
1 parent ea393a0 commit 7b575a9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions functions/lib/correios-calculate.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,6 @@ const calculate = async ({
}
return _params
})
if (storeId == 4566) {
console.log('Calc body', JSON.stringify(params))
}
return Promise.all([
correios.post('/preco/v1/nacional', {
idLote: '1',
Expand Down

0 comments on commit 7b575a9

Please sign in to comment.