Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
hieronx committed Dec 20, 2024
1 parent 2b7fba1 commit d9c4142
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@ export function NavManagementAssetTable({ poolId }: { poolId: string }) {
if (!signature) return null

attestation.signature = signature
console.log(attestation)
try {
const result = await firstValueFrom(cent.metadata.pinJson(attestation))
return result.ipfsHash
Expand Down

0 comments on commit d9c4142

Please sign in to comment.