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 50f82d2 commit 99d3d71
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 @@ -432,8 +432,6 @@ const DonateComponent = ({ collective }: DonateComponentProps) => {
if (![''].includes(v)) setConfirmNoAmount(false);
if (v.endsWith('.') || ['0', ''].includes(v)) return;

console.log('v onChangeAmount -->', { v });

setDecimalDonationAmount(formatDecimalStringInput(v));

estimateDuration(v);
Expand Down

0 comments on commit 99d3d71

Please sign in to comment.