From 4a1ebc1c4c9f49d205df92e8632996498b36fdc7 Mon Sep 17 00:00:00 2001 From: Marc Ducobu Date: Thu, 3 Jun 2021 20:18:47 +0200 Subject: [PATCH] Removing dump --- src/Bundle/ChillActivityBundle/Form/ActivityType.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Bundle/ChillActivityBundle/Form/ActivityType.php b/src/Bundle/ChillActivityBundle/Form/ActivityType.php index 8dd0cbc45..2e2c68812 100644 --- a/src/Bundle/ChillActivityBundle/Form/ActivityType.php +++ b/src/Bundle/ChillActivityBundle/Form/ActivityType.php @@ -115,10 +115,6 @@ class ActivityType extends AbstractType ]); } - if($accompanyingPeriod) { - dump($accompanyingPeriod->getSocialActions()->toArray()); - } - if ($activityType->isVisible('socialActions') && $accompanyingPeriod) { $builder->add('socialActions', EntityType::class, [ 'label' => $activityType->getLabel('socialActions'),