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 () => {