Skip to content

Commit

Permalink
fix: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
clement-ux committed Jan 6, 2025
1 parent 543378d commit f0559ad
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ describe("ForkTest: CurvePoolBooster", function () {
addresses.mainnet.Timelock
);

console.log("strategistAddr: ", strategistAddr);
expect(await simpleOETHHarvester.strategistAddr()).to.be.equal(
strategistAddr
);
Expand Down

0 comments on commit f0559ad

Please sign in to comment.