Skip to content

Commit

Permalink
Remove debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
safris committed Jan 10, 2024
1 parent 7a78312 commit b1c87b0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dom/src/main/java/org/openjax/xml/dom/DOMParsers.java
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ public static DocumentBuilder newDocumentBuilder() {
private String prevPath;

private InputStream getInputStream(final String systemId) throws IOException {
System.err.println(systemId);
return URLConnections.checkFollowRedirect(new URL(systemId).openConnection()).getInputStream();
}

Expand Down

0 comments on commit b1c87b0

Please sign in to comment.