show warning on invalid boolean config fix

This commit is contained in:
honfika@gmail.com
2015-09-06 20:35:32 +02:00
parent 65786d364a
commit 1bbbfebea4

View File

@@ -1466,8 +1466,6 @@ public class CommandLineArgumentParser {
System.exit(1);
}
Statistics.print(stat);
long stopTime = System.currentTimeMillis();
long time = stopTime - startTime;
System.out.println("Export finished. Total export time: " + Helper.formatTimeSec(time));