Skip to content

Commit

Permalink
remove resource destructor
Browse files Browse the repository at this point in the history
  • Loading branch information
turbolent authored Dec 13, 2023
1 parent 24d5952 commit 887a179
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions contracts/ExampleNFT.cdc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 887a179

Please sign in to comment.