From f1e1686ae94820eac8947504100988621f4db2bb Mon Sep 17 00:00:00 2001 From: Matt Blenkinsop Date: Thu, 9 Nov 2023 17:31:57 +0000 Subject: [PATCH] Bug 34587: (follow-up) Remove unnecessary code This patch removes some commented out lines and some unnecessary imports. No impact to working code - self signoff Signed-off-by: Matt Blenkinsop Signed-off-by: Tomas Cohen Arazi --- .../UsageStatisticsDataProvidersFormAdd.vue | 23 ------------------- 1 file changed, 23 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/UsageStatisticsDataProvidersFormAdd.vue b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/UsageStatisticsDataProvidersFormAdd.vue index cc13eb3302..6638765fe0 100644 --- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/UsageStatisticsDataProvidersFormAdd.vue +++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/UsageStatisticsDataProvidersFormAdd.vue @@ -101,26 +101,6 @@ :disabled="!selected_provider && !manual_form" /> -