Skip to content

Commit 4a17e3b

Browse files
author
Anirav Kareddy
committed
Removed debugger System.out.println()
1 parent a0bf49b commit 4a17e3b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/test/java/software/amazon/encryption/s3/S3EncryptionClientReEncryptInstructionFileTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,6 @@ public void testReEncryptInstructionFileFailsWhenInstructionFilePutNotEnabled()
347347
ReEncryptInstructionFileResponse response =
348348
client.reEncryptInstructionFile(reEncryptInstructionFileRequest);
349349
} catch (S3EncryptionClientException e) {
350-
System.out.println(e.getMessage());
351350
assertTrue(
352351
e
353352
.getMessage()

0 commit comments

Comments
 (0)