diff --git a/CHANGELOG.md b/CHANGELOG.md index 38c4e1703..5653415df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,3 +4,5 @@ branch master * initial commit * add a render template for entity ThirdParty ; +* remove dump messages ; + diff --git a/Controller/ThirdPartyController.php b/Controller/ThirdPartyController.php index 7e98b93f5..e5e41b42f 100644 --- a/Controller/ThirdPartyController.php +++ b/Controller/ThirdPartyController.php @@ -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,