Skip to content

Commit

Permalink
Merge pull request #129 from abes-esr/FIx_logs
Browse files Browse the repository at this point in the history
Suppression des consoles.log inutiles dans le footer
  • Loading branch information
EryneKL authored Sep 30, 2024
2 parents df268a0 + 9b1a0d2 commit ceaf006
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 ceaf006

Please sign in to comment.