From 9b1a0d248dfb0334ad98a08caabf5fc8697cc451 Mon Sep 17 00:00:00 2001 From: Jerome Villiseck Date: Mon, 30 Sep 2024 10:49:17 +0200 Subject: [PATCH] Suppression des consoles.log inutiles dans le footer --- src/components/Structure/Footer.vue | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/components/Structure/Footer.vue b/src/components/Structure/Footer.vue index a4721e0..44a951b 100644 --- a/src/components/Structure/Footer.vue +++ b/src/components/Structure/Footer.vue @@ -59,16 +59,9 @@ onMounted(async () => { const getHealthOfServices = async () => { try { const response = await itemService.getHealthOfServices() - console.log('Response:', response) - if (response.data) { - console.log('Response Data:', response.data) healthServices.value = response.data - } else { - console.warn('La réponse ne contient pas de propriété "data".') } - - console.log('Health Services:', healthServices.value) } catch (error) { healthServices.value = [{ 'STATUT CBS':false,