Skip to content

Commit

Permalink
Remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
pizzaman1337 committed Jun 21, 2024
1 parent 1c87974 commit 10fd6f1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/WellUpgradeable.sol
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ contract WellUpgradeable is Well, UUPSUpgradeable, OwnableUpgradeable {
);

// verify the new implmentation is a valid ERC-1967 implmentation.
console.log("here");
require(
UUPSUpgradeable(newImplmentation).proxiableUUID() ==
_IMPLEMENTATION_SLOT,
Expand Down
1 change: 0 additions & 1 deletion test/TestHelper.sol
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,6 @@ abstract contract TestHelper is Test, WellDeployer {
uint256 numDigitsA = numDigits(a);
uint256 numDigitsB = numDigits(b);
if (numDigitsA != numDigitsB || numDigitsA < precision) {
console.log("Here for some reason");
if (b > absoluteError) {
assertGe(a, b - absoluteError);
}
Expand Down

0 comments on commit 10fd6f1

Please sign in to comment.