Explorar o código

Se quito un comentario

Luciano Andrade %!s(int64=7) %!d(string=hai) anos
pai
achega
2325f829f7
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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;