Skip to content

Commit b126a34

Browse files
committed
clean up test strings
1 parent 2d5c3fe commit b126a34

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

auth/src/test/java/com/google/cloud/auth/samples/AuthExampleIT.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,11 @@ public void testAuthApiKey() throws IOException, IllegalStateException {
7171
try {
7272
apiKey = AuthTestUtils.createTestApiKey(projectId, keyDisplayName, service, method);
7373
assertNotNull(apiKey);
74-
System.out.println("created key " + apiKey.getKeyString());
7574
String output = ApiKeyAuthExample.authenticateUsingApiKey(apiKey.getKeyString());
7675

7776
assertTrue(output.contains("magnitude:"));
7877
} finally {
7978
if (apiKey != null) {
80-
System.out.println("deleting key " + apiKey.getKeyString());
8179
AuthTestUtils.deleteTestApiKey(apiKey.getName());
8280
}
8381
}

0 commit comments

Comments
 (0)