From 86645467f6390a8554b9cba023cbc9e04c8bc410 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Fri, 16 Jan 2026 11:00:48 +0000 Subject: [PATCH] a --- Controleur/ControleurRendezvous.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/Controleur/ControleurRendezvous.php b/Controleur/ControleurRendezvous.php index f5a474f..708bd04 100755 --- a/Controleur/ControleurRendezvous.php +++ b/Controleur/ControleurRendezvous.php @@ -30,7 +30,6 @@ class ControleurRendezvous extends Controleur { $prestataires = $this->prestataire->getprestatairerdvmobile(); - /* var_dump ( array @@ -43,7 +42,6 @@ class ControleurRendezvous extends Controleur { ) ); exit(); - */ $this->genererVue(array('benficiaires' => $benficiaires, 'demande' => $demande, 'specialites' => $specialites, 'prestataires' => $prestataires));