diff options
author | Keith Packard <keithp@keithp.com> | 2010-07-28 13:29:21 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2010-07-28 13:29:21 -0700 |
commit | 024d077302f91bdb17abe70d3211ab0949dab8b9 (patch) | |
tree | 544840e9c83ea2272dc9c97895c0c5cf8357f0ec | |
parent | 826061eaca88c0dd75051a6006ef6703c91af595 (diff) |
Remove debug printf
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | ao-tools/altosui/AltosUI.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ao-tools/altosui/AltosUI.java b/ao-tools/altosui/AltosUI.java index e1697ee1..ecacffe5 100644 --- a/ao-tools/altosui/AltosUI.java +++ b/ao-tools/altosui/AltosUI.java @@ -474,7 +474,6 @@ public class AltosUI extends JFrame { void close() { serial.close(); serial.remove_monitor(telem); - System.out.println("DisplayThread done"); } public DeviceThread(AltosSerial s) { |