1
0
Fork 0

Remove an unnecessary SG_ALERT

This commit is contained in:
James Turner 2021-01-07 09:57:47 +00:00
parent a8351bd544
commit 9b25e25935

View file

@ -723,7 +723,6 @@ bool initPosition()
if (original_hdg < 9990.0) {
// The user-set heading may be overridden by the setPosFromAirportID above.
SG_LOG(SG_GENERAL, SG_ALERT, "Setting heading preset to : " << original_hdg);
hdg_preset->setDoubleValue(original_hdg);
}