Skip to content

Commit

Permalink
refactor(Zora): remove unnecessary console.log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
mmackz committed Aug 12, 2024
1 parent 584ab18 commit 8c2aa3e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/zora/src/Zora.ts
Original file line number Diff line number Diff line change
Expand Up @@ -483,8 +483,6 @@ export const getFees = async (
quantityToMint,
})

console.log('costs', costs)

return { actionFee: costs.totalPurchaseCost, projectFee: costs.mintFee }
} catch (err) {
console.error(err)
Expand Down

0 comments on commit 8c2aa3e

Please sign in to comment.