Browse Source

Se quito un comentario

Luciano Andrade 7 years ago
parent
commit
2325f829f7
1 changed files with 0 additions and 1 deletions
  1. 0 1
      tools/src/Command/TagVendorsCommand.php

+ 0 - 1
tools/src/Command/TagVendorsCommand.php

@@ -49,7 +49,6 @@ class TagVendorsCommand extends Command
             $content = parse_ini_file($realpath, true);
             foreach ($content as $sec => $conf) {
                 $content[$sec]["branch"] = $version;
-                $output->writeln($sec . " - " . $content[$sec]["branch"] . " - " . $version . " - " . $tag . " - " . $content[$sec]["repo"]);
                 try {
                     $git = new Git();
                     $git_path = $dirname . '/' . $sec;