Skip to content

Commit 381af50

Browse files
committed
a System.out.println slipped in
1 parent 20e9e9f commit 381af50

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/main/java/org/jruby/ext/openssl/Cipher.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -427,9 +427,6 @@ private static Algorithm osslToJava(final String osslName, final String padding)
427427
alg.realName = algVals[3];
428428
alg.realNameNeedsPadding = true;
429429
alg.padding = getPaddingType(padding, cryptoMode);
430-
431-
System.out.println(osslName + " alg = " + alg);
432-
433430
return alg;
434431
}
435432

0 commit comments

Comments
 (0)