From 6773d30e3126ec046a5b8ca9594669614725a87b Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Fri, 6 Dec 2024 13:31:52 -0800 Subject: [PATCH] Remove debugging --- static/index.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/static/index.html b/static/index.html index 2332be6..02166e7 100644 --- a/static/index.html +++ b/static/index.html @@ -122,8 +122,6 @@ async function set(short, long) { let resp; try { - console.log(short, long); - resp = await fetch('./', { method: 'POST', headers: {