diff --git a/src/@utils/accessDetailsAndPricing.ts b/src/@utils/accessDetailsAndPricing.ts index 76b66f5ae..3e6e2eedd 100644 --- a/src/@utils/accessDetailsAndPricing.ts +++ b/src/@utils/accessDetailsAndPricing.ts @@ -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)