Skip to content

Commit 702f297

Browse files
committed
remove debug line
1 parent 0d840a3 commit 702f297

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,12 @@ public void testAuthApiKey() throws IOException, IllegalStateException {
7272
Key apiKey = null;
7373
try {
7474
apiKey = AuthTestUtils.createTestApiKey(projectId, keyDisplayName, service, method);
75+
7576
String output = authenticateUsingApiKeyWithRetry(apiKey.getKeyString());
77+
7678
assertTrue(output.contains("magnitude:"));
7779
} finally {
7880
if (apiKey != null) {
79-
System.out.println("trying to delete " + apiKey.getKeyString());
8081
AuthTestUtils.deleteTestApiKey(apiKey.getName());
8182
}
8283
}

0 commit comments

Comments
 (0)