Skip to content

Commit

Permalink
remove unneeded logging/git --quiet flag code for the time being
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjamuffin99 committed Aug 31, 2024
1 parent 0ea4cc9 commit 4469b97
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Binary file modified run.n
Binary file not shown.
4 changes: 0 additions & 4 deletions src/haxelib/api/Vcs.hx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
*/
package haxelib.api;

import haxelib.client.Cli;
import haxelib.VersionData.VcsData;
import sys.FileSystem;
import sys.thread.Thread;
Expand Down Expand Up @@ -362,9 +361,6 @@ class Git extends Vcs {

var submoduleArgs = ["submodule", "update", "--init", "--recursive"];

if (Cli.mode == Quiet)
submoduleArgs.push("--quiet");

printOptional('Downloading/updating submodules for ${name}');
final ret = run(submoduleArgs, debugLog);
if (ret.code != 0)
Expand Down

0 comments on commit 4469b97

Please sign in to comment.