altosdroid: initial implementation of telemetry logging.
[fw/altos] / altosui / AltosDisplayThread.java
index 299070c9716a9e346f5e2379b1176b74735e5078..f7a1d03eb2ad7b1bfa0f9e8f6d6bc667eef23ddc 100644 (file)
@@ -222,7 +222,7 @@ public class AltosDisplayThread extends Thread {
 
        public void run() {
                boolean         interrupted = false;
-               String          line;
+               //String                line;
                AltosState      state = null;
                AltosState      old_state = null;
                boolean         told;