Skip to content

Commit

Permalink
chore: remove logs from create tag
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusgnreis authored Nov 13, 2024
1 parent a8654af commit 7f014e5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions functions/lib/freteclick/create-tag.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,7 @@ module.exports = async (order, storeId, appData, appSdk) => {
"contact": fcCustomerId
}
}
console.log('frete click tag', JSON.stringify(data))
logger.info(`Freteclick tag for #${storeId} ${order._id}`, { data })
logger.info(`Freteclick tag for #${storeId} ${order._id}`, JSON.stringify(data))

return client({
url: `/purchasing/orders/${fcOrderId}/choose-quote`,
Expand Down

0 comments on commit 7f014e5

Please sign in to comment.