Skip to content

Commit

Permalink
lint: rm console statement
Browse files Browse the repository at this point in the history
  • Loading branch information
xenide committed Aug 8, 2024
1 parent 052580a commit d9453ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/unit/ReservoirPriceOracle.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,6 @@ contract ReservoirPriceOracleTest is BaseTest {
uint256 lStartingPrice = lCurrentPrice * WAD / (WAD + lPercentDiff);
_writePriceCache(address(_tokenA), address(_tokenB), lStartingPrice);

console2.log(lStartingPrice);
skip(1);
_pair.sync();
skip(_oracle.twapPeriod());
Expand Down

0 comments on commit d9453ac

Please sign in to comment.