去除多余输出
This commit is contained in:
parent
cb271391de
commit
1cc3dccc80
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user