summaryrefslogtreecommitdiff
path: root/altosui/AltosTelemetryRecordGeneral.java
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2011-07-05 21:41:44 -0700
committerKeith Packard <keithp@keithp.com>2011-07-05 21:41:44 -0700
commit4132ac5896114e5f3d8fb3f219422e8933078cf4 (patch)
treeb94126adde7a026467eee3bc91031d1ecbcf03c9 /altosui/AltosTelemetryRecordGeneral.java
parentef3ce687d73c1274ce5368432f4d449b063ce5c0 (diff)
altosui: Parse remaining standard telemetry packets
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosui/AltosTelemetryRecordGeneral.java')
-rw-r--r--altosui/AltosTelemetryRecordGeneral.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/altosui/AltosTelemetryRecordGeneral.java b/altosui/AltosTelemetryRecordGeneral.java
index 55f6c495..722baba3 100644
--- a/altosui/AltosTelemetryRecordGeneral.java
+++ b/altosui/AltosTelemetryRecordGeneral.java
@@ -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