From bac8e8d0b8da36c89a63bd115e6c063ecf4f020c Mon Sep 17 00:00:00 2001 From: Mathieu Jaumotte Date: Wed, 29 Sep 2021 19:27:22 +0200 Subject: [PATCH] cleaning --- .../public/vuejs/_components/OnTheFly.vue | 1 - .../PersonsAssociated/ParticipationItem.vue | 16 ---------------- .../public/vuejs/_components/AddPersons.vue | 2 +- 3 files changed, 1 insertion(+), 18 deletions(-) diff --git a/src/Bundle/ChillMainBundle/Resources/public/vuejs/_components/OnTheFly.vue b/src/Bundle/ChillMainBundle/Resources/public/vuejs/_components/OnTheFly.vue index 43cd0c686..329672f4e 100644 --- a/src/Bundle/ChillMainBundle/Resources/public/vuejs/_components/OnTheFly.vue +++ b/src/Bundle/ChillMainBundle/Resources/public/vuejs/_components/OnTheFly.vue @@ -146,7 +146,6 @@ export default { }, saveAction() { console.log('saveAction button: create/edit action with', this.type); - let type = this.type, data = {} ; diff --git a/src/Bundle/ChillPersonBundle/Resources/public/vuejs/AccompanyingCourse/components/PersonsAssociated/ParticipationItem.vue b/src/Bundle/ChillPersonBundle/Resources/public/vuejs/AccompanyingCourse/components/PersonsAssociated/ParticipationItem.vue index 6566b00e4..c349ce159 100644 --- a/src/Bundle/ChillPersonBundle/Resources/public/vuejs/AccompanyingCourse/components/PersonsAssociated/ParticipationItem.vue +++ b/src/Bundle/ChillPersonBundle/Resources/public/vuejs/AccompanyingCourse/components/PersonsAssociated/ParticipationItem.vue @@ -109,20 +109,4 @@ export default { } } } - -/* - * dates of participation - * - * - * - * - * - * {{ $d(participation.startDate.datetime, 'short') }} - * - * - * {{ $d(participation.endDate.datetime, 'short') }} - * - * - * -*/ diff --git a/src/Bundle/ChillPersonBundle/Resources/public/vuejs/_components/AddPersons.vue b/src/Bundle/ChillPersonBundle/Resources/public/vuejs/_components/AddPersons.vue index 82243c96f..a31089f76 100644 --- a/src/Bundle/ChillPersonBundle/Resources/public/vuejs/_components/AddPersons.vue +++ b/src/Bundle/ChillPersonBundle/Resources/public/vuejs/_components/AddPersons.vue @@ -249,7 +249,7 @@ export default { result: entity } this.search.priorSuggestion = suggestion; - console.log('ici', this.search.priorSuggestion); + console.log('search priorSuggestion', this.search.priorSuggestion); } else { this.search.priorSuggestion = {}; }