diff --git a/frontend/src/components/features/waitlist/auth-modal.tsx b/frontend/src/components/features/waitlist/auth-modal.tsx index 44b714f546..ef3e6885f3 100644 --- a/frontend/src/components/features/waitlist/auth-modal.tsx +++ b/frontend/src/components/features/waitlist/auth-modal.tsx @@ -86,7 +86,6 @@ export function AuthModal({ // Verify the token with the backend using the mutation hook const verificationResult = await verifyRecaptcha(token); - console.log("verificationResult", verificationResult); if (!verificationResult.success) { setRecaptchaError(true); return false;