Skip to content

Commit

Permalink
remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
lee0c committed Sep 3, 2024
1 parent 957f118 commit afa4adb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion assets/js/nav.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ function changeTheme(theme) {
theme = DARK;
}
}
console.log("changing theme to", theme);
document.body.className = theme;
localStorage.setItem(THEME, theme);
}
Expand Down

0 comments on commit afa4adb

Please sign in to comment.