From e17723dba8accd7a7fad5546bf1128817cb19401 Mon Sep 17 00:00:00 2001
From: Antony Le Courtes <antony.lecourtes@unicaen.fr>
Date: Fri, 29 Apr 2022 17:08:13 +0200
Subject: [PATCH] C'est moche....

---
 module/Intervenant/src/Service/StatutService.php | 2 --
 1 file changed, 2 deletions(-)

diff --git a/module/Intervenant/src/Service/StatutService.php b/module/Intervenant/src/Service/StatutService.php
index 43954b45ee..01c6f32479 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) {
-- 
GitLab