remove dump messages

This commit is contained in:
Julien Fastré 2020-04-03 11:57:33 +02:00
parent b761c8a21d
commit d70a64dbca
2 changed files with 2 additions and 1 deletions

View File

@ -4,3 +4,5 @@ branch master
* initial commit
* add a render template for entity ThirdParty ;
* remove dump messages ;

View File

@ -77,7 +77,6 @@ class ThirdPartyController extends Controller
$pagination->getCurrentPage()->getFirstItemNumber(),
$pagination->getItemsPerPage()
);
dump($pagination);
return $this->render('ChillThirdPartyBundle:ThirdParty:index.html.twig', array(
'third_parties' => $thirdParties,