mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2025-04-29 12:03:31 +08:00
Remove debug string
This commit is contained in:
parent
7e9926dba0
commit
29b76c926b
@ -74,7 +74,6 @@ function setupScrollspy() {
|
||||
let activeSectionLink: Element;
|
||||
|
||||
function scrollHandler() {
|
||||
console.log("scroll!");
|
||||
let scrollPosition = document.documentElement.scrollTop || document.body.scrollTop;
|
||||
|
||||
let newActiveSection: HTMLElement | undefined;
|
||||
|
Loading…
Reference in New Issue
Block a user