Skip to content

Commit

Permalink
fix(test correios): Remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
wisley7l committed Oct 26, 2023
1 parent e2d8975 commit 8895563
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/apps/correios/tests/calculate-shipping.test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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 () => {
Expand Down

0 comments on commit 8895563

Please sign in to comment.