Removed forgotten var_dump().

This commit is contained in:
Franck Allimant
2013-10-24 16:56:14 +02:00
parent db6d5692eb
commit d0213f36d4
2 changed files with 1 additions and 4 deletions

View File

@@ -279,10 +279,6 @@ class ProductController extends AbstractCrudController
$combinationPseForm = new ProductSaleElementUpdateForm($this->getRequest(), "form", $combinationPseData);
$this->getParserContext()->addForm($combinationPseForm);
var_dump($defaultPseData);
var_dump($combinationPseData);
}
// Prepare the data that will hydrate the form(s)