1
0
Fork 0

Remove debug output

pull/3994/head
Nils Adermann 2015-05-04 17:28:03 +02:00
parent 4d0db5add6
commit 65f69c4227
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ class ComposerRepository extends ArrayRepository
}
protected function loadName($pool, $name)
{echo "Loading $name\n";
{
// skip platform packages
if (preg_match(PlatformRepository::PLATFORM_PACKAGE_REGEX, $name) || '__root__' === $name) {
return array();