Removing dump

This commit is contained in:
Marc Ducobu 2021-06-03 20:18:47 +02:00
parent 4553051271
commit 4a1ebc1c4c

View File

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