Build micropeak by default
[fw/altos] / micropeak / MicroDownload.java
index 2e328b4a450121e7b3ffb8ce69740ee33817fc00..e04d6790f048909385fbaaaae6c17c07e62dabe0 100644 (file)
@@ -81,9 +81,7 @@ public class MicroDownload extends AltosUIDialog implements Runnable, ActionList
        }
 
        public void actionPerformed(ActionEvent ae) {
-               System.out.printf ("command %s\n", ae.getActionCommand());
                if (serial_thread != null) {
-                       System.out.printf ("Interrupting serial_thread\n");
                        serial.close();
                        serial_thread.interrupt();
                }