Skip to content

Commit

Permalink
remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
sarjon committed Oct 4, 2018
1 parent c007c5b commit 48d9153
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ public function indexAction(LanguageFilters $filters)
$languageGridFactory = $this->get('prestashop.core.grid.factory.language');
$languageGrid = $languageGridFactory->getGrid($filters);

dump($languageGrid->getData()->getRecords());

return $this->render('@PrestaShop/Admin/Improve/International/Language/index.html.twig', [
'languageGrid' => $this->presentGrid($languageGrid),
]);
Expand Down

0 comments on commit 48d9153

Please sign in to comment.