Skip to content

Commit

Permalink
chore: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
L03TJ3 committed Dec 9, 2024
1 parent 5e36c7d commit 50f82d2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/app/src/components/DonateComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -274,8 +274,6 @@ const DonateComponent = ({ collective }: DonateComponentProps) => {
const donorCurrencyBalance = useGetTokenBalance(token.address, address, chain?.id, true);

const totalDecimalDonation = new Decimal((currency === 'G$' ? 1 : duration) * decimalDonationAmount);

console.log('totalDecimalDonation -->', { totalDecimalDonation: totalDecimalDonation.toString() });
// const totalDonationFormatted = totalDecimalDonation.toDecimalPlaces(currencyDecimals, Decimal.ROUND_DOWN).toString();

const { isNonZeroDonation, isInsufficientBalance, isInsufficientLiquidity, isUnacceptablePriceImpact } =
Expand Down

0 comments on commit 50f82d2

Please sign in to comment.