Stackdriver: Removed debug logging

This commit is contained in:
Erik Sundell 2018-09-07 09:15:34 +02:00 committed by Daniel Lee
parent 533891c03e
commit 92d631986f

View File

@ -139,8 +139,6 @@ var getTokenSource = func(conf *jwt.Config, ctx context.Context) (*oauth2.Token,
return nil, err
}
logger.Info("interpolatedVal", "token.AccessToken", token.AccessToken)
return token, nil
}