Skip to content

Commit

Permalink
remove redundant code
Browse files Browse the repository at this point in the history
  • Loading branch information
daopunk committed Jul 12, 2024
1 parent eea5c60 commit 4229080
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions test/e2e/E2ESafeManager.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -161,15 +161,6 @@ abstract contract E2ESafeManagerSetUp is Base_CType, BasicActionsForE2ETests {
_token.approve(address(aliceProxy), type(uint256).max);
}

// function deployOrFind(address owner) public returns (address payable) {
// address proxy = vault721.getProxy(owner);
// if (proxy == address(0)) {
// return vault721.build(owner);
// } else {
// return payable(address(proxy));
// }
// }

function _cType() internal pure override returns (bytes32) {
return TKN;
}
Expand Down

0 comments on commit 4229080

Please sign in to comment.