Skip to content

Commit

Permalink
Suppression des consoles.log inutiles dans le footer
Browse files Browse the repository at this point in the history
  • Loading branch information
jvk88511334 committed Sep 30, 2024
1 parent f28f802 commit 9b1a0d2
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/components/Structure/Footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 9b1a0d2

Please sign in to comment.