From d9453acb650789d20b0a2770861213611dc92be9 Mon Sep 17 00:00:00 2001 From: "A.L." Date: Thu, 8 Aug 2024 23:48:43 +0200 Subject: [PATCH] lint: rm console statement --- test/unit/ReservoirPriceOracle.t.sol | 1 - 1 file changed, 1 deletion(-) diff --git a/test/unit/ReservoirPriceOracle.t.sol b/test/unit/ReservoirPriceOracle.t.sol index b50a924..39ac0dc 100644 --- a/test/unit/ReservoirPriceOracle.t.sol +++ b/test/unit/ReservoirPriceOracle.t.sol @@ -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());