Remove Debug Log Entry
This commit is contained in:
parent
c6efe2a2dd
commit
1a5c3c56f0
1 changed files with 0 additions and 1 deletions
|
@ -15,7 +15,6 @@ export class XPathEvaluator {
|
|||
let nodes: Node[] = new Array<Node>();
|
||||
|
||||
let xdoc: Document = new DOMParser().parseFromString(xml, 'text/xml');
|
||||
console.log(xdoc);
|
||||
|
||||
let resolver: xpath.XPathNSResolver = xpath.createNSResolver(xdoc);
|
||||
let expression: xpath.XPathExpression = xpath.createExpression(query, resolver);
|
||||
|
|
Loading…
Add table
Reference in a new issue