diff --git a/src/components/style_switcher/style_switcher.js b/src/components/style_switcher/style_switcher.js index 2bbf74dbef..adcbee2571 100644 --- a/src/components/style_switcher/style_switcher.js +++ b/src/components/style_switcher/style_switcher.js @@ -463,8 +463,6 @@ export default { } } - console.log(version) - // Stuff that differs between V1 and V2 if (version === 1) { this.fgColorLocal = rgb2hex(colors.btn) diff --git a/src/services/style_setter/style_setter.js b/src/services/style_setter/style_setter.js index 5d9887328e..1e1b3fceb5 100644 --- a/src/services/style_setter/style_setter.js +++ b/src/services/style_setter/style_setter.js @@ -508,7 +508,6 @@ const setPreset = (val, commit) => { } } - console.log(data) // This is a hack, this function is only called during initial load. // We want to cancel loading the theme from config.json if we're already // loading a theme from the persisted state.