NikolaiVChr / f16

General Dynamics F-16 for Flightgear flight simulator
GNU General Public License v2.0
122 stars 39 forks source link

Sim: Fix spam - Don't print at end of flightplan #578

Closed BobDotCom closed 1 year ago

BobDotCom commented 1 year ago

Somewhat recently a change was made where upon reaching the end of a flightplan, autopilot would orbit the last steerpoint instead of exiting the flightplan. However, a message was printed and since the flightplan is no longer exited, that message would flood the console output and render it impossible to see anything else. This PR removes that message to resolve the spam.