Skip to content

Commit

Permalink
Remove errant e.printStackTrace()
Browse files Browse the repository at this point in the history
  • Loading branch information
enebo committed Jan 20, 2015
1 parent f48ebd7 commit fed5d10
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/src/main/java/org/jruby/util/URLResource.java
Expand Up @@ -199,7 +199,6 @@ private static FileResource createRegularURI(String pathname) {
}
catch (MalformedURLException e)
{
e.printStackTrace();
// file does not exists
return new URLResource(URI + pathname, (URL)null, null);
}
Expand Down

0 comments on commit fed5d10

Please sign in to comment.