Cleanup: remove unused log

Signed-off-by: Hu Keping <hukeping@huawei.com>
This commit is contained in:
HuKeping 2016-02-17 14:11:20 +08:00
parent 9a819f80e2
commit 20bc910cdf

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