remove dump

This commit is contained in:
Julien Fastré 2021-06-08 18:19:24 +02:00
parent 780c14cfbe
commit 31befaa339

View File

@ -103,7 +103,7 @@ class ActivityType extends AbstractType
if ($options['accompanyingPeriod']) {
$accompanyingPeriod = $options['accompanyingPeriod'];
}
dump($options['data']->getType());
if ($activityType->isVisible('socialIssues') && $accompanyingPeriod) {
$builder->add('socialIssues', EntityType::class, [
'label' => $activityType->getLabel('socialIssues'),