From e604c45c44663e4ffc9aa711ac4b32b4cc2c88bb Mon Sep 17 00:00:00 2001 From: afornerot Date: Mon, 10 Feb 2020 10:38:15 +0100 Subject: [PATCH] suppression de trace debug --- .../src/Cadoles/CoreBundle/Controller/CoreController.php | 2 -- .../Cadoles/PortalBundle/Controller/PagewidgetController.php | 1 - 2 files changed, 3 deletions(-) diff --git a/src/ninegate-1.0/src/Cadoles/CoreBundle/Controller/CoreController.php b/src/ninegate-1.0/src/Cadoles/CoreBundle/Controller/CoreController.php index 16bda3f4..0393ef4c 100644 --- a/src/ninegate-1.0/src/Cadoles/CoreBundle/Controller/CoreController.php +++ b/src/ninegate-1.0/src/Cadoles/CoreBundle/Controller/CoreController.php @@ -78,7 +78,6 @@ class CoreController extends Controller foreach($fields as $key => $field) { // Si champs obligatoire if($field["perm"]==2) { - dump($key); switch($key) { case "firstname": if($user->getFirstname()=="") $toprofil=true; break; case "visible": if($user->getVisible()=="") $toprofil=true; break; @@ -96,7 +95,6 @@ class CoreController extends Controller case "birthcountry": if($user->getBirthcountry()=="") $toprofil=true; break; case "birthplace": if($user->getBirthplace()=="") $toprofil=true; break; } - dump($toprofil); } } } diff --git a/src/ninegate-1.0/src/Cadoles/PortalBundle/Controller/PagewidgetController.php b/src/ninegate-1.0/src/Cadoles/PortalBundle/Controller/PagewidgetController.php index 18f21707..9fddaebc 100644 --- a/src/ninegate-1.0/src/Cadoles/PortalBundle/Controller/PagewidgetController.php +++ b/src/ninegate-1.0/src/Cadoles/PortalBundle/Controller/PagewidgetController.php @@ -1963,7 +1963,6 @@ class PagewidgetController extends Controller if($usage!="group"||!$group) { $group=$em->getRepository("CadolesCoreBundle:Group")->findOneBy(["fgall"=>true])->getId(); } - dump($group); // Render return $this->render($this->labelentity.':viewchat.html.twig', [