Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
crazyrabbitLTC committed Sep 6, 2021
1 parent 91e1b43 commit 86a7375
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/governance/DopeDAO.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ describe("DopeDAO", function () {
await expect(this.timelock.executeTransaction(this.timelock.address, 0, sig, data, eta)).to.not.be.reverted;
await this.dao.__acceptAdmin()

console.log((await ethers.provider.getBalance(this.timelock.address)).toString())
// console.log((await ethers.provider.getBalance(this.timelock.address)).toString())

const calldata = new ethers.utils.AbiCoder().encode(["string"], ["gang"]);

Expand Down Expand Up @@ -110,7 +110,7 @@ describe("DopeDAO", function () {
await expect(this.timelock.executeTransaction(this.timelock.address, 0, sig, data, eta)).to.not.be.reverted;
await this.dao.__acceptAdmin()

console.log((await ethers.provider.getBalance(this.timelock.address)).toString())
// console.log((await ethers.provider.getBalance(this.timelock.address)).toString())

const calldata = new ethers.utils.AbiCoder().encode(["string"], ["gang"]);

Expand Down

0 comments on commit 86a7375

Please sign in to comment.