diff --git a/share/tools/web_config/js/main.js b/share/tools/web_config/js/main.js index 8681cf2a2..745b38252 100644 --- a/share/tools/web_config/js/main.js +++ b/share/tools/web_config/js/main.js @@ -11,7 +11,6 @@ document.addEventListener("alpine:init", () => { text_color_for_color: window.text_color_for_color, changeSelectedColorScheme(newScheme) { - console.log(newScheme); this.selectedColorScheme = newScheme; if (this.selectedColorScheme.preferred_background) { this.terminalBackgroundColor = this.selectedColorScheme.preferred_background;