Remove debugging code

This commit is contained in:
HJ 2022-03-25 13:17:22 +00:00 committed by Tusooa Zhu
parent e58422889b
commit b319c0c72b
1 changed files with 0 additions and 1 deletions

View File

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