Merge pull request #1468 from HuKeping/master

Cleanup: remove unused log
pull/1472/head
Aaron Lehmann 2016-02-17 10:00:02 -08:00
commit 59a27406cd
1 changed files with 0 additions and 1 deletions

View File

@ -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")