From 328d0cd912dfa5dbda53a09ecdfeaeb93504b560 Mon Sep 17 00:00:00 2001 From: Daniel Hader Date: Wed, 3 Jun 2026 22:32:09 -0500 Subject: submission logic and fetching submissions --- static/login.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'static/login.js') diff --git a/static/login.js b/static/login.js index 42b3242..1dd61b7 100644 --- a/static/login.js +++ b/static/login.js @@ -13,8 +13,6 @@ function init() { new FormData(form).forEach((value, key) => body[key] = value); try { - console.log(); - const res = await fetch("/login", { method: "POST", headers: { "Content-Type": "application/json" }, -- cgit v1.2.3