Skip to content

Commit

Permalink
remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdanfazakas committed Aug 29, 2023
1 parent d8925fa commit 3d054a9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/@utils/accessDetailsAndPricing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,6 @@ function getAccessDetailsFromTokenPrice(
// the last valid order should be the last reuse order tx id if there is one
accessDetails.validOrderTx = reusedOrder?.tx || order?.tx
}
console.log('tokenPrice.templateId ', tokenPrice.templateId)
console.log(typeof tokenPrice.templateId)
accessDetails.templateId =
typeof tokenPrice.templateId === 'string'
? parseInt(tokenPrice.templateId)
Expand Down

0 comments on commit 3d054a9

Please sign in to comment.