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);