removed debug code

This commit is contained in:
jstaerk
2022-09-19 09:52:59 +02:00
parent 07555ade79
commit 54a0cbad9b

View File

@@ -408,12 +408,6 @@ public class XMLValidator extends Validator {
throw new IrrecoverableValidationError(e.getMessage());
}
Document SVRLReport = new SVRLMarshaller().getAsDocument(sout);
String SVRLReports = new SVRLMarshaller().getAsString(sout);
try {
Files.writeString(Paths.get("C:\\Users\\jstaerk\\workspace\\mustangproject\\log\\detail3.log"), SVRLReports, StandardCharsets.UTF_8);
} catch (Exception e) {
}
XPath xPath = XPathFactory.newInstance().newXPath();
String expression = "//*[local-name() = 'failed-assert']";
NodeList failedAsserts = null;