Skip to content

Commit

Permalink
fix: rm print
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhouYixun committed Dec 4, 2022
1 parent 04e631b commit 54a21dd
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ public List<PocoElement> findElements(String selector, String expression) throws
newExpress = String.format("(%s)[%d]", newExpress, (index + 1));
}
}
System.out.println(newExpress);
xmlNodes = rootNode.getXmlElement().selectXpath(newExpress);
break;
case "xpath":
Expand Down

0 comments on commit 54a21dd

Please sign in to comment.