aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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>