Explorar el Código

Remove debugging code

HJ hace 2 años
padre
commit
b319c0c72b
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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
     }
   },