Skip to content

Commit

Permalink
removed debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
juzna committed Aug 1, 2012
1 parent 24d2c65 commit f704d00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Nette/Addons/Installer.php
Expand Up @@ -200,7 +200,7 @@ private function runCustomInstallers()
$autoloads[] = array($pkg, parent::getInstallPath($pkg)); // FIXME: ugly!
}
}
echo "Registered nette custom installers:"; var_dump($customInstallers);
// echo "Registered nette custom installers:"; var_dump($customInstallers);

// Class loader for custom installers
$generator = new AutoloadGenerator;
Expand Down

0 comments on commit f704d00

Please sign in to comment.