Skip to content

Commit

Permalink
chore: rm log
Browse files Browse the repository at this point in the history
  • Loading branch information
tomquirk committed Jan 13, 2024
1 parent 9776a82 commit 183e667
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/hooks/useProjectMetadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ export function useProjectMetadata(uri: string | null | undefined) {

const response = await ipfsGet<AnyProjectMetadata>(uri)
const metadata = consolidateMetadata(response.data)
console.info('📗 Project metadata', consolidateMetadata)
return metadata
},
{
Expand Down

2 comments on commit 183e667

@vercel
Copy link

@vercel vercel bot commented on 183e667 Jan 13, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 183e667 Jan 13, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.