Browse Source

Remove debug output

Nils Adermann 10 years ago
parent
commit
65f69c4227
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Composer/Repository/ComposerRepository.php

+ 1 - 1
src/Composer/Repository/ComposerRepository.php

@@ -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();