Skip to content

Commit

Permalink
Remove unnecessary stderr output from a stack trace of a caught excep…
Browse files Browse the repository at this point in the history
…tion.
  • Loading branch information
chimbori committed Nov 23, 2018
1 parent 1042cb5 commit fb9e528
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/com/chimbori/crux/urls/CruxURL.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ public static CruxURL parse(String url) {
javaNetUri = LenientURLParser.toURILenient(new URL(url));
} catch (URISyntaxException | MalformedURLException e1) {
// Ignore; we tried it parsing it in two ways, and we couldn’t do much, so give up now.
e1.printStackTrace();
}
}

Expand Down

0 comments on commit fb9e528

Please sign in to comment.