Skip to content

Commit

Permalink
removing gas used output
Browse files Browse the repository at this point in the history
  • Loading branch information
zajck committed Oct 13, 2021
1 parent 3ed1d65 commit 7869e6d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions testHelpers/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -747,10 +747,6 @@ class Utils {
const deployerInstance = this.contractCashier.connect(deployer) as Cashier;
const tx = await deployerInstance.withdraw(voucherID);

const receipt = await tx.wait();

//console.log('GAS USED: ', receipt.gasUsed.toString());

return tx;
}

Expand Down

0 comments on commit 7869e6d

Please sign in to comment.