From 9adb072dc3e97d3ffdb661867f94ae54f4555d07 Mon Sep 17 00:00:00 2001 From: Badri Sunderarajan Date: Fri, 5 Aug 2022 12:26:04 +0530 Subject: [PATCH] Remove extraneous console.log line --- src/App.svelte | 1 - 1 file changed, 1 deletion(-) diff --git a/src/App.svelte b/src/App.svelte index 66a62ab..1bf1cef 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -22,7 +22,6 @@ ['email', email], ['slug', slug]]) { - console.log(`it is ${k} called ${v}`) if (!v) { errors.push(`${k} cannot be left blank`) }