Skip to content

Commit

Permalink
clean up unused
Browse files Browse the repository at this point in the history
  • Loading branch information
loic1 committed Jan 6, 2025
1 parent e04e20d commit 8e77658
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions contracts/TopShot.cdc
Original file line number Diff line number Diff line change
Expand Up @@ -832,9 +832,6 @@ access(all) contract TopShot: NonFungibleToken {
// sports radar team id
let excludedNames: [String] = ["TeamAtMomentNBAID"]

// Retrieve this NFT's Play and Subedition details
let playMetadata = TopShot.getPlayMetaData(playID: self.data.playID) ?? {}

// Create a dictionary of this NFT's traits with default metadata
let traits: {String: AnyStruct} = {
"SeriesNumber": TopShot.getSetSeries(setID: self.data.setID),
Expand Down

0 comments on commit 8e77658

Please sign in to comment.