Skip to content

Commit

Permalink
oops. remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
samelamin committed Sep 11, 2023
1 parent e39bab9 commit df8e542
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions chopsticks/xcm-transfer/shared.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,6 @@ export default function buildTest(tests: ReadonlyArray<TestType>) {
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()
Expand Down

0 comments on commit df8e542

Please sign in to comment.