diff options
Diffstat (limited to 'packages/taler-harness/src/integrationtests')
| -rw-r--r-- | packages/taler-harness/src/integrationtests/test-deposit.ts | 6 | 
1 files changed, 0 insertions, 6 deletions
| diff --git a/packages/taler-harness/src/integrationtests/test-deposit.ts b/packages/taler-harness/src/integrationtests/test-deposit.ts index a66893fa7..24dcbafc0 100644 --- a/packages/taler-harness/src/integrationtests/test-deposit.ts +++ b/packages/taler-harness/src/integrationtests/test-deposit.ts @@ -60,10 +60,4 @@ export async function runDepositTest(t: GlobalTestState) {    // The raw amount is what ends up on the bank account, which includes    // deposit and wire fees.    t.assertDeepEqual(transactions.transactions[1].amountRaw, "TESTKUDOS:9.79"); - -  const trackResult = wallet.client.call(WalletApiOperation.TrackDepositGroup, { -    depositGroupId, -  }); - -  console.log(JSON.stringify(trackResult, undefined, 2));  } | 
