diff --git a/chopsticks/xcm-transfer/shared.ts b/chopsticks/xcm-transfer/shared.ts index 561a493e44..eb65d93d77 100644 --- a/chopsticks/xcm-transfer/shared.ts +++ b/chopsticks/xcm-transfer/shared.ts @@ -75,9 +75,6 @@ export default function buildTest(tests: ReadonlyArray) { if ('xtokensUp' in test) { const { balance, tx } = test.xtokensUp it('xtokens transfer', async () => { - console.log("**** balance is "); - console.log(balance); - const tx0 = await sendTransaction(tx(fromChain, toAccount.addressRaw).signAsync(fromAccount)) await fromChain.chain.newBlock()