remove debug informations

This commit is contained in:
Julien Fastré 2015-12-10 15:17:47 +01:00
parent 9fe0ae1889
commit 9f079c1769

View File

@ -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)));