1
0
Fork 0

Remove debug statement. Leave other two for investigating potential bugs with excess motion in future

This commit is contained in:
legoboyvdlp R 2020-04-23 10:15:01 +01:00
parent 0e89bc9bcd
commit 7899e4e7e1

View file

@ -135,7 +135,6 @@ var ADIRU = {
me.update(); # update operative
me.align(calcAlignTime(pts.Position.latitude.getValue()));
} elsif (me.operative == 0) {
print("ADIRU " ~ me.num ~ " off");
me.stopAlignNoAlign();
} elsif (pts.Sim.Time.elapsedSec.getValue() >= me._alignTime) {
me.stopAlignAligned();