diff --git a/src/core/operations/XPathExpression.mjs b/src/core/operations/XPathExpression.mjs index c850104b..768247cb 100644 --- a/src/core/operations/XPathExpression.mjs +++ b/src/core/operations/XPathExpression.mjs @@ -52,12 +52,6 @@ class XPathExpression extends Operation { try { doc = new xmldom.DOMParser({ errorHandler: { - warning(w) { - throw w; - }, - error(e) { - throw e; - }, fatalError(e) { throw e; }