Skip to content

Commit 869d58d

Browse files
committed
Removed println
1 parent 706902d commit 869d58d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prov/src/main/java/org/bouncycastle/jce/provider/BouncyCastleProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ public static PrivateKey getPrivateKey(PrivateKeyInfo privateKeyInfo)
594594
AsymmetricKeyInfoConverter converter = getAsymmetricKeyInfoConverter(privateKeyInfo.getPrivateKeyAlgorithm().getAlgorithm());
595595

596596
if (converter == null)
597-
{ System.err.println("returning null: " + privateKeyInfo.getPrivateKeyAlgorithm().getAlgorithm());
597+
{
598598
return null;
599599
}
600600

0 commit comments

Comments
 (0)