diff --git a/contracts/ExampleNFT.cdc b/contracts/ExampleNFT.cdc index 68287c7..57af57f 100644 --- a/contracts/ExampleNFT.cdc +++ b/contracts/ExampleNFT.cdc @@ -266,10 +266,6 @@ access(all) contract ExampleNFT: NonFungibleToken, ViewResolver { let exampleNFT = nft as! &ExampleNFT.NFT return exampleNFT as &{MetadataViews.Resolver} } - - destroy() { - destroy self.ownedNFTs - } } /// Allows anyone to create a new empty collection