فهرست منبع

Remove comment

François Pluchino 13 سال پیش
والد
کامیت
9c7e7a2c4a
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      src/Composer/Downloader/FileDownloader.php

+ 0 - 1
src/Composer/Downloader/FileDownloader.php

@@ -70,7 +70,6 @@ abstract class FileDownloader implements DownloaderInterface
 
         $fileName = rtrim($path.'/'.md5(time().rand()).'.'.pathinfo($url, PATHINFO_EXTENSION), '.');
 
-        //echo 'Downloading '.$url.' to '.$fileName.PHP_EOL;
         $this->output->writeln("  - Package <comment>" . $package->getName() . "</comment> (<info>" . $package->getPrettyVersion() . "</info>)");
 
         if (!extension_loaded('openssl') && (0 === strpos($url, 'https:') || 0 === strpos($url, 'http://github.com'))) {