diff --git a/registry/client/auth/session.go b/registry/client/auth/session.go index f4c7ade41..a9b228c56 100644 --- a/registry/client/auth/session.go +++ b/registry/client/auth/session.go @@ -215,7 +215,6 @@ type tokenResponse struct { } func (th *tokenHandler) fetchToken(params map[string]string) (token *tokenResponse, err error) { - //log.Debugf("Getting bearer token with %s for %s", challenge.Parameters, ta.auth.Username) realm, ok := params["realm"] if !ok { return nil, errors.New("no realm specified for token auth challenge")