aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortusooa <tusooa@kazv.moe>2023-05-21 18:31:25 +0000
committerHJ <30-hj@users.noreply.git.pleroma.social>2023-05-21 18:31:25 +0000
commit6b0d72937e19c87ea8a925b41a1475704bbd1a56 (patch)
treeea85c00c3881b5063480ebfb26a9d5ad8d4c31e5 /src
parent4664d99af26bfebadf70be740abfd49acc045897 (diff)
Apply 1 suggestion(s) to 1 file(s)
Diffstat (limited to 'src')
-rw-r--r--src/components/settings_modal/helpers/boolean_setting.vue10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/components/settings_modal/helpers/boolean_setting.vue b/src/components/settings_modal/helpers/boolean_setting.vue
index 5ddf5aad..5a9eab34 100644
--- a/src/components/settings_modal/helpers/boolean_setting.vue
+++ b/src/components/settings_modal/helpers/boolean_setting.vue
@@ -35,16 +35,6 @@
>
{{ backendDescriptionDescription + ' ' }}
</p>
- <!-- debugging -->
- <!--
- <p
- v-else
- class="setting-description"
- :class="{ 'faint': shouldBeDisabled }"
- >
- MISSING DESCRIPTION FOR {{ path }}
- </p>
- -->
</label>
</template>