altoslib: Make AltosPreferencesBackend abstract. Add set/put Serializable
[fw/altos] / altoslib / AltosLink.java
index 73bab3efe99f8567b17a732acc3945c4f5d9e58c..cd8609c037a00dac6d81eddde1c0ce806ddca80d 100644 (file)
@@ -170,8 +170,8 @@ public abstract class AltosLink implements Runnable {
                boolean can_cancel = can_cancel_reply();
                String  reply = null;
 
-               if (!can_cancel && remote)
-                       System.out.printf("Uh-oh, reading remote serial device from swing thread\n");
+//             if (!can_cancel && remote)
+//                     System.out.printf("Uh-oh, reading remote serial device from swing thread\n");
 
                if (remote && can_cancel) {
                        timeout = 500;