删除输出代码

This commit is contained in:
翟林帆 2022-07-01 23:12:06 +08:00
parent 0f36c19a03
commit 511e676030
2 changed files with 0 additions and 1 deletions

View File

@ -231,7 +231,6 @@ public class OutputExcelUtil {
String label2 = m2.group();
if (checkLabel(label2)) {
labels.add(label2);
System.out.println("=============================label2内容为"+label2.toString());
}
}
return labels;