Commit 2674fdd0 authored by Stéphane Bouvry's avatar Stéphane Bouvry
Browse files

Retrait des debugs

parent d3db2da5
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -499,10 +499,6 @@ class AdministrationController extends AbstractOscarController
        $authentificationId = $this->params()->fromPost('authentification_id');
        $roleId = $this->params()->fromPost('role_id');

        $this->getLogger()->debug("RoleID : $roleId");
        $this->getLogger()->debug("AuthentificationID : $authentificationId");
        $this->getLogger()->debug(print_r($_POST, true));

        try {
            /** @var Authentification $authentification */
            $authentification = $this->getEntityManager()->getRepository(Authentification::class)->find($authentificationId);