From bb114f525431bf1202d9b5f8014ed3d9d7271298 Mon Sep 17 00:00:00 2001 From: scosman Date: Thu, 29 Feb 2024 09:40:35 -0500 Subject: [PATCH] remove log, and fix layout on big monitors --- src/routes/(marketing)/contact_us/+page.svelte | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/routes/(marketing)/contact_us/+page.svelte b/src/routes/(marketing)/contact_us/+page.svelte index 500d544d..195bb21d 100644 --- a/src/routes/(marketing)/contact_us/+page.svelte +++ b/src/routes/(marketing)/contact_us/+page.svelte @@ -52,7 +52,6 @@ await update({ reset: false }) await applyAction(result) loading = false - console.log(result) if (result.type === "success") { showSuccess = true } else if (result.type === "failure") { @@ -88,7 +87,7 @@
{#if showSuccess}