Update gh-pages (#930)

Remove `console.log` (which was presumably used for debugging, but not needed now)
This commit is contained in:
Andrew Scheller 2024-12-31 19:07:05 +00:00 committed by GitHub
parent 01ad54a5b7
commit 4a2cf773a8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,6 +31,4 @@ function lightDark(s) {
root.style.setProperty("--link-color", lightLink); root.style.setProperty("--link-color", lightLink);
root.style.setProperty("--bg-color", lightBG); root.style.setProperty("--bg-color", lightBG);
} }
console.log(darkMode);
} }