去除多余输出

This commit is contained in:
td_zhangyu 2020-03-05 17:56:05 +08:00
parent cb271391de
commit 1cc3dccc80

View File

@ -165,7 +165,6 @@ public class OutputExecutor implements ShapeExecutor{
i++;
}
sb.append("\r\n");
System.out.println(sb.toString());
try {
FileFunctionExecutor.write(csvName, sb.toString().getBytes(),true);
} catch (IOException e) {