Browse Source

Stackdriver: Removed debug logging

Erik Sundell 7 years ago
parent
commit
92d631986f
1 changed files with 0 additions and 2 deletions
  1. 0 2
      pkg/api/pluginproxy/access_token_provider.go

+ 0 - 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
 }