remove dumps

This commit is contained in:
Julie Lenaerts 2022-04-08 19:12:11 +02:00
parent 5eea202586
commit 03b0a8766e

View File

@ -233,14 +233,9 @@ class Activity implements AccompanyingPeriodLinkedWithSocialIssuesEntityInterfac
$descendants = $socialAction->getDescendantsWithThis();
$parent = $socialAction->getParent();
dump($this->socialActions);
dump($parent);
$parentKey = array_search($parent, $this->socialActions->toArray());
dump($parentKey);
if (false !== $parentKey) {
dump(true);
$this->socialActions[$parentKey] = $socialAction;
// return $this;
}