diff options
author | Keith Packard <keithp@keithp.com> | 2013-01-05 10:36:40 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-01-05 10:36:40 -0800 |
commit | 70c7674b53d77e9995a235bb2dc455cb53d9e81e (patch) | |
tree | bc6e8894c751334bd5af0bc0bdf4e22c8ccf8c62 /micropeak/MicroPeak.java | |
parent | 746ae98829a0fc15577ae0f7b506112178f481e3 (diff) |
micropeak: Remove debug printf for command line
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'micropeak/MicroPeak.java')
-rw-r--r-- | micropeak/MicroPeak.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/micropeak/MicroPeak.java b/micropeak/MicroPeak.java index 185fa67e..5d128dfd 100644 --- a/micropeak/MicroPeak.java +++ b/micropeak/MicroPeak.java @@ -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")) |