Comment out messages from URI resolvers
This commit is contained in:
@@ -43,7 +43,7 @@ public class GlossaryResolver implements URIResolver {
|
||||
throw new TransformerException("Can't resolve glossary link: " + href + "->" + filePath + ". Glossary missing in classpath?");
|
||||
}
|
||||
} else if (originalResolver != null) { // We can't resolve, maybe the next resolver in the chain can.
|
||||
System.err.println("This failed to match. " + href);
|
||||
//System.err.println("This failed to match. " + href);
|
||||
return originalResolver.resolve(href, base);
|
||||
}
|
||||
return null;
|
||||
|
||||
@@ -37,7 +37,7 @@ public class ResourceResolver implements URIResolver { //TODO: Kill this class?
|
||||
throw new TransformerException("Can't resolve path: " + href + "->" + filePath + ". Resource missing in classpath?", ioe);
|
||||
}
|
||||
}
|
||||
System.err.println("This failed to match. " + href);
|
||||
//System.err.println("This failed to match. " + href);
|
||||
return originalResolver.resolve(href, base);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user