remove dump

This commit is contained in:
Julie Lenaerts 2023-03-22 09:06:01 +01:00
parent 97a4c39941
commit 4edb8bd0c5

View File

@ -117,7 +117,6 @@ class SimilarPersonMatcher
$qb->setParameter('fullName', $this->personRender->renderString($person, [])); $qb->setParameter('fullName', $this->personRender->renderString($person, []));
} }
dump($qb->getQuery());
return $qb->getQuery()->getResult(); return $qb->getQuery()->getResult();
} }
} }