Remove debug statement. Leave other two for investigating potential bugs with excess motion in future
This commit is contained in:
parent
0e89bc9bcd
commit
7899e4e7e1
1 changed files with 0 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue