Skip to content

Commit

Permalink
Merge pull request #6 from fozeek/qdeneuve-feat-removeVarDump-CCC-83
Browse files Browse the repository at this point in the history
Remove var_dump, CCC-83
  • Loading branch information
gregorybesson committed Jan 13, 2014
2 parents 2d87219 + 2073fbe commit b5d911c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/PlaygroundGallery/Form/Category.php
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit b5d911c

Please sign in to comment.