From 3ca0e54e0ad705926b55da07c2fad137d6c4f958 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Thu, 17 Aug 2023 13:51:51 +0200 Subject: [PATCH] removed debug --- server/public/index.html | 1 - 1 file changed, 1 deletion(-) diff --git a/server/public/index.html b/server/public/index.html index 21db352..9818056 100644 --- a/server/public/index.html +++ b/server/public/index.html @@ -64,7 +64,6 @@ // scroll to anchor $(() => { - console.log("Loaded!"); let element = $(window.location.hash); if (element.length) $(window).scrollTop(element.offset().top);