From b194590549576573624c9797ed34b74db62d3df6 Mon Sep 17 00:00:00 2001 From: Aleksandar Petkov Date: Wed, 4 Dec 2024 19:14:58 +0200 Subject: [PATCH] chore: Remove redundant console log --- src/components/client/donation-flow/DonationFlowForm.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/client/donation-flow/DonationFlowForm.tsx b/src/components/client/donation-flow/DonationFlowForm.tsx index 3e565cd73..7ee93d06a 100644 --- a/src/components/client/donation-flow/DonationFlowForm.tsx +++ b/src/components/client/donation-flow/DonationFlowForm.tsx @@ -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,