Remove an unnecessary SG_ALERT
This commit is contained in:
parent
a8351bd544
commit
9b25e25935
1 changed files with 0 additions and 1 deletions
|
@ -723,7 +723,6 @@ bool initPosition()
|
||||||
|
|
||||||
if (original_hdg < 9990.0) {
|
if (original_hdg < 9990.0) {
|
||||||
// The user-set heading may be overridden by the setPosFromAirportID above.
|
// 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);
|
hdg_preset->setDoubleValue(original_hdg);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue