Skip to content

Commit e7dc849

Browse files
Remove unneeded println
Signed-off-by: John Peck <140550562+johnpeck-us-ibm@users.noreply.github.com>
1 parent d45adf3 commit e7dc849

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/java/ibm/jceplus/junit/base/BaseTestKEM.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,6 @@ public void testKEMKeys(String Algorithm) throws Exception {
181181
kem.newEncapsulator(pqcKeyPair.getPublic());
182182
fail("testKEMKeys failed - RSA Public key did not cause an Invalid Key Excepton.");
183183
} catch (InvalidKeyException ike) {
184-
System.out.println("error - "+ike.getMessage());
185184
assertTrue(ike.getMessage().equals("unsupported key"));
186185
}
187186

0 commit comments

Comments
 (0)