diff --git a/src/components/style_switcher/style_switcher.js b/src/components/style_switcher/style_switcher.js
index 2bbf74db..adcbee25 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 5d988732..1e1b3fce 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.