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'),