Skip to content

Commit

Permalink
chore: Remove redundant console log
Browse files Browse the repository at this point in the history
  • Loading branch information
sashko9807 committed Dec 4, 2024
1 parent a7464cd commit b194590
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/client/donation-flow/DonationFlowForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ export function DonationFlowForm() {

// Update the setup intent with the latest calculated amount
try {
console.log(!values.isAnonymous, session?.user, person?.id)
const updatedIntent = await updateSetupIntentMutation.mutateAsync({
id: setupIntent.id,
idempotencyKey,
Expand Down

0 comments on commit b194590

Please sign in to comment.