remove dump messages

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

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,