Skip to content

Commit 442e91e

Browse files
committed
remove debug
1 parent cff1549 commit 442e91e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

oauth2_http/javatests/com/google/auth/oauth2/ITWorkloadIdentityFederationTest.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -436,10 +436,6 @@ private String generateGoogleIdToken(String audience) throws IOException {
436436

437437
private GenericJson getServiceAccountKeyFileAsJson() throws IOException {
438438
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);
443439
JsonFactory jsonFactory = OAuth2Utils.JSON_FACTORY;
444440
JsonObjectParser parser = new JsonObjectParser(jsonFactory);
445441
return parser.parseAndClose(

0 commit comments

Comments
 (0)