瀏覽代碼

Se quito un comentario

Luciano Andrade 7 年之前
父節點
當前提交
2325f829f7
共有 1 個文件被更改,包括 0 次插入1 次删除
  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);
             $content = parse_ini_file($realpath, true);
             foreach ($content as $sec => $conf) {
             foreach ($content as $sec => $conf) {
                 $content[$sec]["branch"] = $version;
                 $content[$sec]["branch"] = $version;
-                $output->writeln($sec . " - " . $content[$sec]["branch"] . " - " . $version . " - " . $tag . " - " . $content[$sec]["repo"]);
                 try {
                 try {
                     $git = new Git();
                     $git = new Git();
                     $git_path = $dirname . '/' . $sec;
                     $git_path = $dirname . '/' . $sec;