Skip to content

Commit

Permalink
remove logs (#221)
Browse files Browse the repository at this point in the history
Co-authored-by: jmzwar <james@jmzwar.com>
  • Loading branch information
jmzwar and jmzwar authored Apr 4, 2024
1 parent 2f67369 commit 93f538f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions liquidity/lib/useApr/useApr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ export function useApr() {
const aprRewards = dailyAverageAprRewards * 365;
const combinedApr = (dailyAverageAprLp + dailyAverageAprRewards) * 365;

// Leave for debugging purposes
// eslint-disable-next-line no-console
console.log('aprPnl', aprPnl, 'aprRewards', aprRewards);

return {
aprPnl,
aprRewards,
Expand Down

0 comments on commit 93f538f

Please sign in to comment.