mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-30 14:06:13 +00:00
remove debug informations
This commit is contained in:
parent
9fe0ae1889
commit
9f079c1769
@ -261,7 +261,7 @@ class PersonController extends Controller
|
|||||||
$form->handleRequest($request);
|
$form->handleRequest($request);
|
||||||
|
|
||||||
$person = $this->_bindCreationForm($form);
|
$person = $this->_bindCreationForm($form);
|
||||||
var_dump($person);
|
|
||||||
$errors = $this->_validatePersonAndAccompanyingPeriod($person);
|
$errors = $this->_validatePersonAndAccompanyingPeriod($person);
|
||||||
$this->get('logger')->info(sprintf('Person created with %d errors ', count($errors)));
|
$this->get('logger')->info(sprintf('Person created with %d errors ', count($errors)));
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user