We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cff1549 commit 442e91eCopy full SHA for 442e91e
oauth2_http/javatests/com/google/auth/oauth2/ITWorkloadIdentityFederationTest.java
@@ -436,10 +436,6 @@ private String generateGoogleIdToken(String audience) throws IOException {
436
437
private GenericJson getServiceAccountKeyFileAsJson() throws IOException {
438
String credentialsPath = System.getenv(DefaultCredentialsProvider.CREDENTIAL_ENV_VAR);
439
- System.out.println(System.getenv("GOOGLE_APPLICATION_CREDENTIALS"));
440
- System.out.println(System.getenv("KOKORO_GFILE_DIR"));
441
- System.out.println("DEBUG");
442
- System.out.println(credentialsPath);
443
JsonFactory jsonFactory = OAuth2Utils.JSON_FACTORY;
444
JsonObjectParser parser = new JsonObjectParser(jsonFactory);
445
return parser.parseAndClose(
0 commit comments