From 8895563a579a8efbd75e4855dfa3d7827721202f Mon Sep 17 00:00:00 2001 From: Wisley Date: Thu, 26 Oct 2023 15:30:28 -0300 Subject: [PATCH] fix(test correios): Remove debug --- packages/apps/correios/tests/calculate-shipping.test.mjs | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/apps/correios/tests/calculate-shipping.test.mjs b/packages/apps/correios/tests/calculate-shipping.test.mjs index fc4c42b1e..594c65650 100644 --- a/packages/apps/correios/tests/calculate-shipping.test.mjs +++ b/packages/apps/correios/tests/calculate-shipping.test.mjs @@ -21,7 +21,6 @@ describe('Test Shipping Calculation in the Correios App', async () => { }); data = (await req.json()).result; - console.log('>> ', JSON.stringify(data)); }); test('Check Status 200', async () => {