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) {