Skip to content

Commit

Permalink
debug token_destroyed on staging
Browse files Browse the repository at this point in the history
  • Loading branch information
justraman committed Jul 9, 2024
1 parent 134d09e commit 74193c1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/mappings/multiTokens/events/token_destroyed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,9 @@ export async function tokenDestroyed(
return event
})

console.log('TokenDestroyed.traitTokens', traitTokens.length)

Check warning on line 158 in src/mappings/multiTokens/events/token_destroyed.ts

View workflow job for this annotation

GitHub Actions / Code Standard & Format

Unexpected console statement
console.log('TokenDestroyed.tokenRairty', tokenRairty.length)

Check warning on line 159 in src/mappings/multiTokens/events/token_destroyed.ts

View workflow job for this annotation

GitHub Actions / Code Standard & Format

Unexpected console statement

await Promise.all([
ctx.store.remove(listingSales),
ctx.store.remove(listingStatus),
Expand Down

0 comments on commit 74193c1

Please sign in to comment.