forked from AkkomaGang/akkoma-fe
Remove debugging code
This commit is contained in:
parent
e58422889b
commit
b319c0c72b
1 changed files with 0 additions and 1 deletions
|
@ -381,7 +381,6 @@ export default {
|
||||||
},
|
},
|
||||||
isActive () {
|
isActive () {
|
||||||
const tabSwitcher = this.$parent
|
const tabSwitcher = this.$parent
|
||||||
console.log(this.$parent)
|
|
||||||
return tabSwitcher ? tabSwitcher.isActive('theme') : false
|
return tabSwitcher ? tabSwitcher.isActive('theme') : false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue