From ea8c12399d4e734e51613c03331e4ea6dee7ecaf Mon Sep 17 00:00:00 2001 From: Benjamin Akar Date: Sat, 4 Jun 2022 17:27:28 +0200 Subject: [PATCH] fix: remove --- apps/landing/src/components/HomeCTA.tsx | 2 -- 1 file changed, 2 deletions(-) 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;