Skip to content

Commit

Permalink
Le sigh...remove rogue printStackTrace.
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Nov 4, 2014
1 parent 33c89b4 commit de1fd6f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/src/main/java/org/jruby/util/io/PosixShim.java
Expand Up @@ -415,7 +415,6 @@ public Channel open(String cwd, String path, ModeFlags flags, int perm, ClassLoa
} catch (ResourceException.TooManySymlinks e) {
errno = Errno.ELOOP;
} catch (IOException e) {
e.printStackTrace();
throw new RuntimeException("Unhandled IOException", e);
}
return null;
Expand Down

0 comments on commit de1fd6f

Please sign in to comment.