Remove debug string

This commit is contained in:
Zoroark 2022-01-04 00:58:41 +01:00
parent 7e9926dba0
commit 29b76c926b

View File

@ -74,7 +74,6 @@ function setupScrollspy() {
let activeSectionLink: Element; let activeSectionLink: Element;
function scrollHandler() { function scrollHandler() {
console.log("scroll!");
let scrollPosition = document.documentElement.scrollTop || document.body.scrollTop; let scrollPosition = document.documentElement.scrollTop || document.body.scrollTop;
let newActiveSection: HTMLElement | undefined; let newActiveSection: HTMLElement | undefined;