From d70a64dbca0812ac4bc38f1efdd32e70f5820df3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Fri, 3 Apr 2020 11:57:33 +0200 Subject: [PATCH] remove dump messages --- CHANGELOG.md | 2 ++ Controller/ThirdPartyController.php | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) 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,