summaryrefslogtreecommitdiff
path: root/altoslib/AltosTelemetryFile.java
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2017-05-26 00:20:17 -0700
committerKeith Packard <keithp@keithp.com>2017-05-26 00:20:17 -0700
commit2e82051a6aaaccf1e8a242f9c8141e4167e652d2 (patch)
treec0f9642d04f28850c9d60a07266f36c685452fef /altoslib/AltosTelemetryFile.java
parent222158581887b5f9e8b9843d14321c313fa023fa (diff)
altoslib,altosuilib,altosui: Get stats and replay working again.
Stats are really easy with all of the data in memory. Replay takes a special thread to run the data and dump it into a single state. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altoslib/AltosTelemetryFile.java')
-rw-r--r--altoslib/AltosTelemetryFile.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/altoslib/AltosTelemetryFile.java b/altoslib/AltosTelemetryFile.java
index c6462872..8adf7e69 100644
--- a/altoslib/AltosTelemetryFile.java
+++ b/altoslib/AltosTelemetryFile.java
@@ -111,7 +111,6 @@ public class AltosTelemetryFile implements AltosRecordSet {
if (l.cal_data_complete())
break;
}
- System.out.printf("Telemetry boost tick %d\n", cal_data.boost_tick);
}
return cal_data;
}