From 31e56d869717f2f7bd93da6d2b77fabc0b58f8cc Mon Sep 17 00:00:00 2001 From: Matheus Reis <35343551+matheusgnreis@users.noreply.github.com> Date: Tue, 28 May 2024 11:42:51 -0300 Subject: [PATCH] chore: remove log --- functions/lib/correios-calculate.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/functions/lib/correios-calculate.js b/functions/lib/correios-calculate.js index e3c1473..384fa7b 100644 --- a/functions/lib/correios-calculate.js +++ b/functions/lib/correios-calculate.js @@ -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) {