From 2073fbebaabfc66cb569cbf8f8fa9fb15cd75ee1 Mon Sep 17 00:00:00 2001 From: fozeek Date: Mon, 13 Jan 2014 09:17:25 +0100 Subject: [PATCH] CCC-83, remove vardump --- src/PlaygroundGallery/Form/Category.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/PlaygroundGallery/Form/Category.php b/src/PlaygroundGallery/Form/Category.php index 346e2d9..aeead57 100644 --- a/src/PlaygroundGallery/Form/Category.php +++ b/src/PlaygroundGallery/Form/Category.php @@ -85,7 +85,6 @@ public function __construct ($name = null, ServiceManager $sm, Translator $trans */ private function getWebsites() { - var_dump('hello'); $websites = $this->getServiceManager()->get('playgroundcore_website_service')->getWebsiteMapper()->findAll(); $websitesForm = array(); foreach ($websites as $website) {