From 9f079c17697e825237cfa443d572b2f948ac4e16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Thu, 10 Dec 2015 15:17:47 +0100 Subject: [PATCH] remove debug informations --- Controller/PersonController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Controller/PersonController.php b/Controller/PersonController.php index b70796d24..b5a52bb56 100644 --- a/Controller/PersonController.php +++ b/Controller/PersonController.php @@ -261,7 +261,7 @@ class PersonController extends Controller $form->handleRequest($request); $person = $this->_bindCreationForm($form); - var_dump($person); + $errors = $this->_validatePersonAndAccompanyingPeriod($person); $this->get('logger')->info(sprintf('Person created with %d errors ', count($errors)));