Skip to content

Commit

Permalink
chore: remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinGbz committed Mar 6, 2025
1 parent 704c565 commit 7ea56b7
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/components/incentives/RateAndIncentivesBox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,15 +130,6 @@ export const IncentivesCard = ({
const multipleIncentives = allAprsIncentivesCount >= 2;
const singleIncentives = allIncentivesCount >= 1;

console.log({
symbol,
allAprsIncentives,
totalApr,
allIncentivesCount,
multipleIncentives,
singleIncentives,
});

return multipleIncentives ? (
<AllIncentivesButton />
) : singleIncentives ? (
Expand Down

0 comments on commit 7ea56b7

Please sign in to comment.