Commit 92d63198 by Erik Sundell Committed by Daniel Lee

Stackdriver: Removed debug logging

parent 533891c0
......@@ -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
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment