From 4a2cf773a89db23defc0140df17ef0d42c0b42a3 Mon Sep 17 00:00:00 2001 From: Andrew Scheller Date: Tue, 31 Dec 2024 19:07:05 +0000 Subject: [PATCH] Update gh-pages (#930) Remove `console.log` (which was presumably used for debugging, but not needed now) --- js/darkmode.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/js/darkmode.js b/js/darkmode.js index 0185523..f7a2c0f 100644 --- a/js/darkmode.js +++ b/js/darkmode.js @@ -31,6 +31,4 @@ function lightDark(s) { root.style.setProperty("--link-color", lightLink); root.style.setProperty("--bg-color", lightBG); } - - console.log(darkMode); }