summaryrefslogtreecommitdiff
path: root/altosui/AltosTelemetryRecordGeneral.java
diff options
context:
space:
mode:
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