altosui: Parse remaining standard telemetry packets
[fw/altos] / altosui / AltosTelemetryRecordGeneral.java
index 55f6c495098ef6006da5ccee377c66dfc902f5ca..722baba32a60f872c6117bf15ba668e3687b1843 100644 (file)
@@ -34,7 +34,6 @@ public class AltosTelemetryRecordGeneral {
                        throw new AltosCRCException(AltosParse.parse_int(word[i++]));
                }
 
-               System.out.printf("First word \"%s\"\n", word[i]);
                if (word[i].equals("TELEM"))
                        r = AltosTelemetryRecordRaw.parse(word[i+1]);
                else