mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-01 13:01:21 -03:00
webconfig js: remove debug log statement
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user