From 144eb500e0263108ab7a09da46267589b06605e9 Mon Sep 17 00:00:00 2001 From: Alexander Kaschta <alexander.kaschta9@kit.edu> Date: Fri, 14 Mar 2025 23:20:26 +0100 Subject: [PATCH] FIX: Remove debug logging --- src/components/BCDRequestForm.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/BCDRequestForm.vue b/src/components/BCDRequestForm.vue index ad8ed509f..9f87b53a9 100644 --- a/src/components/BCDRequestForm.vue +++ b/src/components/BCDRequestForm.vue @@ -478,7 +478,6 @@ export default { wifi2vlan: this.wifi2vlan_value, additional_comments: this.additional_comments_text }).then(response => { - console.log(response) this.sending = false this.status_icon = 'request_sent' this.clear() -- GitLab