Skip to content

Commit

Permalink
Remove unecessary console log of colour theme
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlostorto committed Mar 24, 2023
1 parent 83d4f05 commit 1a798e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion console/console.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ if (colours == null) {
document.documentElement.style.setProperty('--light', themes[3]['light']);
document.documentElement.style.setProperty('--lightest', themes[3]['lightest']);
} else {
console.log(colours)
document.documentElement.style.setProperty('--darkest', themes[colours.theme]['darkest']);
document.documentElement.style.setProperty('--dark', themes[colours.theme]['dark']);
document.documentElement.style.setProperty('--light', themes[colours.theme]['light']);
Expand Down

0 comments on commit 1a798e6

Please sign in to comment.