Skip to content

Commit

Permalink
remove printf
Browse files Browse the repository at this point in the history
  • Loading branch information
copland committed Feb 26, 2021
1 parent 1705416 commit 6e77a65
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/cli/quickstarts.go
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,6 @@ func downloadQuickStart(ctx context.Context, cli *cli, client *management.Client
payload.Repo = q.Repo
payload.Path = q.Samples[0]

fmt.Printf("%+v\n", payload)

// These appear to be largely constant and refers to the github
// username they're under.
payload.Org = quickstartOrg
Expand Down

0 comments on commit 6e77a65

Please sign in to comment.