Commit eb2f231b authored by hewei's avatar hewei

清理测试日志打印

parent 79b36e8a
......@@ -211,7 +211,6 @@ public class SelectiveEnhancedPlugin extends BasePlugin {
XmlElement whenEle = new XmlElement("when");
whenEle.addAttribute(new Attribute("test", prefix + "isSelective()"));
for (Element ele : element.getElements()) {
logger.warn(ele.getFormattedContent(0));
// 对于字符串主键,是没有if判断节点的
if (ele instanceof XmlElement){
// if的text节点
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment