Skip to content

Commit

Permalink
removed console
Browse files Browse the repository at this point in the history
  • Loading branch information
spacehaz committed Apr 7, 2023
1 parent e40b04d commit 702248a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ const getTokenData: TGetTokenERC1155Data = async (provider, tokenAddress, tokenI
}
const tokenData = await alchemy.nft.getNftMetadata(tokenAddress, tokenId)
const image = await getAlchemyTokenImage(tokenData)
console.log({ image })
return { name: tokenData.title || 'ERC1155 Token', image, description: tokenData.description }
} catch (err) {
try {
Expand Down

0 comments on commit 702248a

Please sign in to comment.