Skip to content

Commit 6211d79

Browse files
committed
remove log
1 parent ed04bbe commit 6211d79

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib/stores/stripe.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ export async function submitStripeCard(name: string, organizationId?: string) {
8989
redirect: 'if_required'
9090
});
9191

92-
console.log(setupIntent);
9392
if (error) {
9493
const e = new Error(error.message);
9594
trackError(e, Submit.PaymentMethodCreate);

0 commit comments

Comments
 (0)