Skip to content

Commit 7fc518f

Browse files
committed
Remove log statement
1 parent 932b931 commit 7fc518f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Command/InstallPackageCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ private function download($packageName, $provider, $options = []) {
340340
if (!empty($response)) {
341341

342342
$foundPackages = simplexml_load_string($response->response);
343-
$this->output->writeln($foundPackages);
343+
344344
// No matches, simply return
345345
if ($foundPackages['total'] == 0) {
346346
return true;

0 commit comments

Comments
 (0)