From 7f014e5336c280fe8982d4e727510ed11f54c952 Mon Sep 17 00:00:00 2001 From: Matheus Reis <35343551+matheusgnreis@users.noreply.github.com> Date: Tue, 12 Nov 2024 23:42:59 -0300 Subject: [PATCH] chore: remove logs from create tag --- functions/lib/freteclick/create-tag.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/functions/lib/freteclick/create-tag.js b/functions/lib/freteclick/create-tag.js index 316a73e..2b77c8e 100644 --- a/functions/lib/freteclick/create-tag.js +++ b/functions/lib/freteclick/create-tag.js @@ -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`,