diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2022-03-25 13:17:22 +0000 |
|---|---|---|
| committer | Tusooa Zhu <tusooa@kazv.moe> | 2022-03-25 13:17:22 +0000 |
| commit | b319c0c72b5d4da224492574865a78fd624bf206 (patch) | |
| tree | b93f63f1b30fc533d05ca6cfd90c97e5c02cac4b /src | |
| parent | e58422889bbc6857c7f171978bb89da013284507 (diff) | |
Remove debugging code
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/settings_modal/tabs/theme_tab/theme_tab.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/settings_modal/tabs/theme_tab/theme_tab.js b/src/components/settings_modal/tabs/theme_tab/theme_tab.js index c3ed3059..6d140b6c 100644 --- 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 } }, |
