Skip to content

Commit

Permalink
Remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
sophialittlejohn committed Feb 22, 2024
1 parent 9659810 commit be9c812
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion centrifuge-js/src/modules/pools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2033,7 +2033,6 @@ export function getPoolsModule(inst: Centrifuge) {
metadata,
currency,
poolFees: poolFees?.map((fee) => {
console.log('🚀 ~ fee:', fee.amounts.payable)
const secondsSinceLastEpoch = (Date.now() - new Date(lastUpdatedNav).getTime()) / 1000
const type = Object.keys(fee.amounts.feeType)[0] as FeeTypes
const limit = Object.keys(fee.amounts.feeType[type].limit)[0] as FeeLimits
Expand Down

0 comments on commit be9c812

Please sign in to comment.