Skip to content
Snippets Groups Projects
Commit 7fbe5fcd authored by Brutzman, Don's avatar Brutzman, Don
Browse files

hide superfluous diagnostic

parent d0d1aa5c
No related branches found
No related tags found
No related merge requests found
...@@ -185,8 +185,8 @@ public class InputSource { ...@@ -185,8 +185,8 @@ public class InputSource {
String[] stripped_file = URIUtils.stripFile(URLDecoder.decode(realURL, "UTF-8")); String[] stripped_file = URIUtils.stripFile(URLDecoder.decode(realURL, "UTF-8"));
String path = stripped_file[0]; String path = stripped_file[0];
System.out.println("InputSource: extractBaseUrl():"); // paths can be long for console // System.out.println("[InputSource] extractBaseUrl():"); // paths can be long for console
System.out.println(" " + path); // System.out.println(" " + path);
// Would this really work? What if the uri is a URN? // Would this really work? What if the uri is a URN?
int index = path.lastIndexOf("/"); int index = path.lastIndexOf("/");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment