removed console logs
This commit is contained in:
@@ -120,6 +120,6 @@ interface IPartyPlanner {
|
||||
function mintImpl() external view returns (PartyPoolMintImpl);
|
||||
|
||||
/// @notice Address of the SwapMint implementation contract used by all pools created by this factory
|
||||
function swapMintImpl() external view returns (PartyPoolSwapMintImpl);
|
||||
function swapMintImpl() external view returns (PartyPoolSwapImpl);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user