Stackdriver: Removed debug logging

pull/13289/head
Erik Sundell 7 years ago committed by Daniel Lee
parent 533891c03e
commit 92d631986f
  1. 2
      pkg/api/pluginproxy/access_token_provider.go

@ -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
}

Loading…
Cancel
Save