From 1bbbfebea4328fa8a3b7e2f3cdee00c8d116d775 Mon Sep 17 00:00:00 2001 From: "honfika@gmail.com" Date: Sun, 6 Sep 2015 20:35:32 +0200 Subject: [PATCH] show warning on invalid boolean config fix --- .../decompiler/flash/console/CommandLineArgumentParser.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/com/jpexs/decompiler/flash/console/CommandLineArgumentParser.java b/src/com/jpexs/decompiler/flash/console/CommandLineArgumentParser.java index 58c43da38..3f2fcdc07 100644 --- a/src/com/jpexs/decompiler/flash/console/CommandLineArgumentParser.java +++ b/src/com/jpexs/decompiler/flash/console/CommandLineArgumentParser.java @@ -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));