diff --git a/module/Intervenant/src/Service/StatutService.php b/module/Intervenant/src/Service/StatutService.php index 43954b45eebcc197d506a87d0e2e4b7cca9db37c..01c6f3247994ba69507a1ea41870edba451eacb1 100755 --- a/module/Intervenant/src/Service/StatutService.php +++ b/module/Intervenant/src/Service/StatutService.php @@ -87,8 +87,6 @@ class StatutService extends AbstractEntityService $entities = $qb->getQuery()->execute(); $qb->addOrderBy("$alias.code"); - var_dump($qb->getQuery()->getSql()); - $result = []; $entityClass = $this->getEntityClass(); foreach ($entities as $entity) {