Skip to content

Commit

Permalink
chore: remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
bangjelkoski committed Sep 23, 2024
1 parent ecc9187 commit f4fa6e2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions layer/store/param.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,6 @@ export const useSharedParamStore = defineStore('sharedParam', {
.div(state.bondedTokens)
.times(annualProvisionRatio)

console.log({ actualApr: actualApr.toFixed(), apr: apr.toFixed() })

if (actualApr.isNaN() && apr.isNaN()) {
return new BigNumberInBase(0)
}
Expand Down

0 comments on commit f4fa6e2

Please sign in to comment.