remove console log

This commit is contained in:
Adrian Brzeziński 2023-09-07 23:03:14 +02:00
parent c9fef7766a
commit 535000a960
1 changed files with 0 additions and 1 deletions

View File

@ -86,7 +86,6 @@ export async function getTokenAccountsByOwnerWithWrappedSol(
}
const enhanceNFT = (nft: NftWithATA) => {
console.log(nft)
return {
image: nft.json?.image || '',
name: nft.json?.name || '',