From 260bc32b25aca77b5596be200d65cc4730bf8bb1 Mon Sep 17 00:00:00 2001 From: Mayukha Vadari Date: Thu, 7 Nov 2024 17:42:17 -0500 Subject: [PATCH] remove debug statement --- packages/xrpl/test/integration/transactions/batch.test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/xrpl/test/integration/transactions/batch.test.ts b/packages/xrpl/test/integration/transactions/batch.test.ts index eb3f4dcf06..848d22d090 100644 --- a/packages/xrpl/test/integration/transactions/batch.test.ts +++ b/packages/xrpl/test/integration/transactions/batch.test.ts @@ -48,7 +48,6 @@ describe('Batch', function () { ], } const autofilled = await testContext.client.autofill(tx) - console.log(JSON.stringify(autofilled, null, 4)) await testTransaction(testContext.client, autofilled, testContext.wallet) }, TIMEOUT,