Remove debugging messages.

This commit is contained in:
2021-07-20 02:40:47 -04:00
parent 45cd517a2a
commit ec9568b24a
2 changed files with 4 additions and 4 deletions

View File

@ -36,8 +36,8 @@ function AddCircularizationNode {
set pid:SETPOINT to n:ORBIT:APOAPSIS.
until abs(diff) < epsilon {
print diff.
set n:PROGRADE to pid:Update(TIME:SECONDS, n:ORBIT:PERIAPSIS).
wait 0.001.
}
print "Circularization node created."
}