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,