1
0
Fork 0

Remove comment

pull/198/head
François Pluchino 2012-01-10 21:29:41 +01:00
parent 395e2e040d
commit 9c7e7a2c4a
1 changed files with 0 additions and 1 deletions

View File

@ -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'))) {