Skip to content

Commit

Permalink
remove a debugging statement
Browse files Browse the repository at this point in the history
  • Loading branch information
CAFxX committed May 10, 2023
1 parent 5a8abfa commit dbb8a5d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.go
Expand Up @@ -120,7 +120,6 @@ func main() {
for _, v := range []string{"v1", "v2", "v3", "v4"} {
cmd := exec.Command("go")
cmd.Args = append([]string{"go", "build", "-o", filepath.Join(tmpdir, "mgo."+v)}, args...)
fmt.Println(cmd.Args)
cmd.Env = append(os.Environ(), "GOAMD64="+v)
cmd.Stdin = os.Stdin
cmd.Stdout = os.Stdout
Expand Down

0 comments on commit dbb8a5d

Please sign in to comment.