Skip to content

Commit

Permalink
MEX-533: remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
mad2sm0key committed Nov 26, 2024
1 parent 79a905f commit 4e3d55b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/modules/farm/v2/services/farm.v2.compute.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -371,12 +371,6 @@ export class FarmComputeServiceV2
farmedTokenPriceUSD,
);

console.log({
rewardsPerWeekUSD: userRewardsPerWeekUSD.toFixed(),
totalFarmPositionUSD: userTotalFarmPositionUSD.toFixed(),
additionalUserEnergy,
});

return new BigNumber(userRewardsPerWeekUSD)
.multipliedBy(52)
.dividedBy(userTotalFarmPositionUSD)
Expand Down

0 comments on commit 4e3d55b

Please sign in to comment.