From 85ebc1643a87cd5a48753210c4da167dd6089736 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Mon, 5 Jan 2026 14:03:33 +0000 Subject: [PATCH] a --- Controleur/ControleurRechercherassure.php | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/Controleur/ControleurRechercherassure.php b/Controleur/ControleurRechercherassure.php index 9b86f4c..c619692 100644 --- a/Controleur/ControleurRechercherassure.php +++ b/Controleur/ControleurRechercherassure.php @@ -48,14 +48,6 @@ class ControleurRechercherassure extends Controleur { $beneficiaires = $this->beneficiaire->getBeneficiaireVide(); } - var_dump( - array( - "beneficiaires" => $beneficiaires, - "count" => count($beneficiaires), - ) - ); - // exit(); - if (count($beneficiaires) == 1) { $beneficiaire = $beneficiaires['0']; @@ -70,7 +62,7 @@ class ControleurRechercherassure extends Controleur { ); exit(); */ - + $this->rediriger("Fichebeneficiaire", $idBeneficiaire); } else {