Remove debug printf
authorKeith Packard <keithp@keithp.com>
Wed, 28 Jul 2010 20:29:21 +0000 (13:29 -0700)
committerKeith Packard <keithp@keithp.com>
Wed, 28 Jul 2010 20:29:21 +0000 (13:29 -0700)
Signed-off-by: Keith Packard <keithp@keithp.com>
ao-tools/altosui/AltosUI.java

index e1697ee1e280637524b15a8f96d0e051bd3f41e4..ecacffe5b55f2201e3e734836f4765fe2c5b5705 100644 (file)
@@ -474,7 +474,6 @@ public class AltosUI extends JFrame {
                void close() {
                        serial.close();
                        serial.remove_monitor(telem);
                void close() {
                        serial.close();
                        serial.remove_monitor(telem);
-                       System.out.println("DisplayThread done");
                }
 
                public DeviceThread(AltosSerial s) {
                }
 
                public DeviceThread(AltosSerial s) {