commit: b319c0c72b5d4da224492574865a78fd624bf206
parent e58422889bbc6857c7f171978bb89da013284507
Author: HJ <30-hj@users.noreply.git.pleroma.social>
Date: Fri, 25 Mar 2022 13:17:22 +0000
Remove debugging code
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/src/components/settings_modal/tabs/theme_tab/theme_tab.js b/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
}
},