Skip to content

Commit

Permalink
remove upgrade needed log
Browse files Browse the repository at this point in the history
  • Loading branch information
oveddan committed Nov 21, 2023
1 parent 9d2ed89 commit 2b566c3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/protocol-deployments/test/UpgradesTest.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ contract UpgradesTest is ForkDeploymentConfig, DeploymentTestingUtils, Test {
address currentImplementation = abi.decode(data, (address));
upgradeNeeded = currentImplementation != targetImpl;
}

console2.log(upgradeNeeded);
}
}

Expand Down

0 comments on commit 2b566c3

Please sign in to comment.