Skip to content

Commit

Permalink
remove debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
mvadari committed Nov 7, 2024
1 parent f8376eb commit 260bc32
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/xrpl/test/integration/transactions/batch.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 260bc32

Please sign in to comment.