diff options
author | Keith Packard <keithp@keithp.com> | 2012-07-11 14:28:53 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2012-07-11 14:28:53 -0700 |
commit | f078a591cf2fafe89bb1bb883f49d80750129d44 (patch) | |
tree | 40947ecff4083f8932a30a866a96fd64edd18f8d /altosui/AltosLaunchUI.java | |
parent | 846a6298e4a8bfbe87bb24d7b0802c0bf6f233be (diff) |
altosui: Remove a bunch of debugging printfs
These aren't useful at this point.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosui/AltosLaunchUI.java')
-rw-r--r-- | altosui/AltosLaunchUI.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/altosui/AltosLaunchUI.java b/altosui/AltosLaunchUI.java index eb76243d..44481544 100644 --- a/altosui/AltosLaunchUI.java +++ b/altosui/AltosLaunchUI.java @@ -336,7 +336,6 @@ public class AltosLaunchUI public void actionPerformed(ActionEvent e) { String cmd = e.getActionCommand(); - System.out.printf("cmd %s\n", cmd); if (cmd.equals("armed") || cmd.equals("igniter")) { stop_arm_timer(); } |