refactor(性能测试): 去掉控制台输出

This commit is contained in:
Captain.B 2021-05-17 15:51:15 +08:00 committed by 刘瑞斌
parent dd3fb64d41
commit 0914d5945f
1 changed files with 0 additions and 1 deletions

View File

@ -88,7 +88,6 @@ public class JmeterDocumentParser implements DocumentParser {
for (int i = 0; i < childNodes.getLength(); i++) {
Node node = childNodes.item(i);
if (node instanceof Element) {
System.out.println(node.getNodeName());
Element ele = (Element) node;
if (nodeNameEquals(ele, HASH_TREE_ELEMENT)) {