From 9c7e7a2c4aa203121d7383aa9650e70e1241c98b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Pluchino?= Date: Tue, 10 Jan 2012 21:29:41 +0100 Subject: [PATCH] Remove comment --- src/Composer/Downloader/FileDownloader.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Composer/Downloader/FileDownloader.php b/src/Composer/Downloader/FileDownloader.php index d7f9575ad..a87478f3e 100644 --- a/src/Composer/Downloader/FileDownloader.php +++ b/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 " . $package->getName() . " (" . $package->getPrettyVersion() . ")"); if (!extension_loaded('openssl') && (0 === strpos($url, 'https:') || 0 === strpos($url, 'http://github.com'))) {