diff --git a/apps/landing/src/components/HomeCTA.tsx b/apps/landing/src/components/HomeCTA.tsx index 1af725199..65e230473 100644 --- a/apps/landing/src/components/HomeCTA.tsx +++ b/apps/landing/src/components/HomeCTA.tsx @@ -26,8 +26,6 @@ export function HomeCTA() { ? 'https://waitlist-api.spacedrive.com' : 'http://localhost:3000'; - console.log(import.meta.env); - async function handleWaitlistSubmit({ email }: WaitlistInputs) { if (!email.trim().length) return;