Browse Source

Remove debugging code

HJ 2 years ago
parent
commit
b319c0c72b
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/components/settings_modal/tabs/theme_tab/theme_tab.js

+ 0 - 1
src/components/settings_modal/tabs/theme_tab/theme_tab.js

@@ -381,7 +381,6 @@ export default {
     },
     isActive () {
       const tabSwitcher = this.$parent
-      console.log(this.$parent)
       return tabSwitcher ? tabSwitcher.isActive('theme') : false
     }
   },