micropeak: Remove debug printf for command line
authorKeith Packard <keithp@keithp.com>
Sat, 5 Jan 2013 18:36:40 +0000 (10:36 -0800)
committerKeith Packard <keithp@keithp.com>
Sat, 5 Jan 2013 18:36:40 +0000 (10:36 -0800)
Signed-off-by: Keith Packard <keithp@keithp.com>
micropeak/MicroPeak.java

index 185fa67eff9bf196db6f227f78360780a2ef9bf9..5d128dfd9cfaad218bc00362d53868e9b67e2bd1 100644 (file)
@@ -277,7 +277,6 @@ public class MicroPeak extends MicroFrame implements ActionListener, ItemListene
                }
 
                for (int i = 0; i < args.length; i++) {
-                       System.out.printf ("Arg %d: %s\n", i, args[i]);
                        if (args[i].equals("--help"))
                                help(0);
                        else if (args[i].equals("--export"))