diff --git a/test/e2e/E2ESafeManager.t.sol b/test/e2e/E2ESafeManager.t.sol index a43a89fa..670802ae 100644 --- a/test/e2e/E2ESafeManager.t.sol +++ b/test/e2e/E2ESafeManager.t.sol @@ -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; }