diff --git a/Controleur/ControleurRechercherassure.php b/Controleur/ControleurRechercherassure.php index b923d4f..fdaca7b 100644 --- a/Controleur/ControleurRechercherassure.php +++ b/Controleur/ControleurRechercherassure.php @@ -48,13 +48,6 @@ class ControleurRechercherassure extends Controleur { $beneficiaires = $this->beneficiaire->getBeneficiaireVide(); } - var_dump( - array( - "beneficiaires" => $beneficiaires, - ) - ); - exit(); - if (count($beneficiaires) == 1) { $idBeneficiaire = $beneficiaires['idBeneficiaire'];