Skip to content

Commit

Permalink
don't comment
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Hall <jason@chainguard.dev>
  • Loading branch information
imjasonh committed Jan 8, 2025
1 parent 1053397 commit d35ca1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/apk/apk.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ type Context struct {

func New(client *http.Client, indexURL string) Context {
rc := retryablehttp.NewClient()
// rc.Logger = log.New(io.Discard, "", 0) // Don't log requests at all.
rc.Logger = log.New(io.Discard, "", 0) // Don't log requests at all.
rc.HTTPClient = client
return Context{
client: rc.StandardClient(),
Expand Down

0 comments on commit d35ca1b

Please sign in to comment.