From 482abd3980c04f4ce5b2dd96bd1ce7f35e55cc09 Mon Sep 17 00:00:00 2001 From: Mathieu Jaumotte Date: Wed, 7 Sep 2022 12:23:38 +0200 Subject: [PATCH] remove dump --- .../Filter/AccompanyingCourseFilters/ConfidentialFilter.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Bundle/ChillPersonBundle/Export/Filter/AccompanyingCourseFilters/ConfidentialFilter.php b/src/Bundle/ChillPersonBundle/Export/Filter/AccompanyingCourseFilters/ConfidentialFilter.php index 3ebf77182..4d1784cb3 100644 --- a/src/Bundle/ChillPersonBundle/Export/Filter/AccompanyingCourseFilters/ConfidentialFilter.php +++ b/src/Bundle/ChillPersonBundle/Export/Filter/AccompanyingCourseFilters/ConfidentialFilter.php @@ -73,8 +73,6 @@ class ConfidentialFilter implements FilterInterface public function describeAction($data, $format = 'string'): array { - dump($data, self::CHOICES); - foreach (self::CHOICES as $k => $v) { if ($v === $data['accepted_confidentials']) { $choice = $k;