Skip to content

Commit

Permalink
chore: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusgnreis authored May 28, 2024
1 parent 1ca3703 commit 31e56d8
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 @@ -102,9 +102,6 @@ const calculate = async ({
}, { timeout })
.catch(debugError)
]).then((responses) => {
if (storeId == 51466) {
console.log('log for store', responses)
}
responses[1].data.forEach(({ coProduto, ...value }) => {
const result = responses[0].data.find((result) => result.coProduto === coProduto)
if (result) {
Expand Down

0 comments on commit 31e56d8

Please sign in to comment.