X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=altosui%2FAltosTelemetryRecordGeneral.java;h=722baba32a60f872c6117bf15ba668e3687b1843;hp=55f6c495098ef6006da5ccee377c66dfc902f5ca;hb=4132ac5896114e5f3d8fb3f219422e8933078cf4;hpb=ef3ce687d73c1274ce5368432f4d449b063ce5c0 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