webconfig js: remove debug log statement

This commit is contained in:
Johannes Altmanninger
2025-11-27 08:58:16 +01:00
parent f503dcb92d
commit b3b7d2cb00

View File

@@ -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;