Skip to content

Commit 5ff819a

Browse files
mkristiankares
authored andcommitted
remove printstacktrace [skip ci]
1 parent 7d4cfc5 commit 5ff819a

File tree

1 file changed

+0
-1
lines changed
  • src/main/java/org/jruby/ext/openssl

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ private static IRubyObject getConstantFromIO(Ruby runtime, String name) {
6464
return runtime.getIO().getConstant(name);
6565
}
6666
catch(Exception e) {
67-
e.printStackTrace();
6867
return null;
6968
}
7069
}

0 commit comments

Comments
 (0)