From 20b03ee9d138a1693642449a3cd8ff4ea63276ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Wed, 13 Jun 2018 16:46:00 +0200 Subject: [PATCH] remove dump message --- Export/Export/ListPerson.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Export/Export/ListPerson.php b/Export/Export/ListPerson.php index 0b41c4043..4ae95afc0 100644 --- a/Export/Export/ListPerson.php +++ b/Export/Export/ListPerson.php @@ -294,8 +294,7 @@ class ListPerson implements ListInterface, ExportElementValidatedInterface return function($value) use ($cf, $cfType, $key) { $slugChoice = $this->extractInfosFromSlug($key)['additionnalInfos']['choiceSlug']; $decoded = \json_decode($value, true); - dump($decoded); - dump($slugChoice); + if ($value === '_header') { $label = $cfType->getChoices($cf)[$slugChoice];