Skip to content

Commit

Permalink
Remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
slntopp committed Nov 29, 2021
1 parent 88f267f commit ca4ece3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cmd/install/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,6 @@ var CliCmd = &cobra.Command{
var r Release
json.Unmarshal(body, &r)

out, err := json.Marshal(r)
fmt.Println(string(out))

fmt.Println("Found tag: ", r.Tag)
asset_base := fmt.Sprintf("nocloud-%s-%s-%s", r.Tag, runtime.GOOS, runtime.GOARCH)
asset_name := asset_base + ".tar.gz"
Expand Down

0 comments on commit ca4ece3

Please sign in to comment.