Skip to content

Commit

Permalink
chore: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
mmackz committed Jul 15, 2024
1 parent c97e1f0 commit f318e67
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/pods/src/Pods.ts
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@ export const getExternalUrl = async (
}) as PublicClient

const uri = await getUri(client, contractAddress, tokenId)
console.log('uri', uri)
const cid = uri.split('/').slice(2).join('/')

const { data } = await axios.get(`https://arweave.net/${cid}`)
Expand Down

0 comments on commit f318e67

Please sign in to comment.