Removed some extraneous debugging output.
This commit is contained in:
parent
0d233c0ac3
commit
8a036fb77a
1 changed files with 2 additions and 2 deletions
|
@ -856,7 +856,7 @@ static bool fgSetPosFromAirportIDandRwy( const string& id, const string& rwy ) {
|
|||
|
||||
|
||||
static void fgSetDistOrAltFromGlideSlope() {
|
||||
cout << "fgSetDistOrAltFromGlideSlope()" << endl;
|
||||
// cout << "fgSetDistOrAltFromGlideSlope()" << endl;
|
||||
string apt_id = fgGetString("/sim/presets/airport-id");
|
||||
double gs = fgGetDouble("/sim/presets/glideslope-deg")
|
||||
* SG_DEGREES_TO_RADIANS ;
|
||||
|
@ -1044,7 +1044,7 @@ fgInitNav ()
|
|||
|
||||
// Set the initial position based on presets (or defaults)
|
||||
bool fgInitPosition() {
|
||||
cout << "fgInitPosition()" << endl;
|
||||
// cout << "fgInitPosition()" << endl;
|
||||
double gs = fgGetDouble("/sim/presets/glideslope-deg")
|
||||
* SG_DEGREES_TO_RADIANS ;
|
||||
double od = fgGetDouble("/sim/presets/offset-distance");
|
||||
|
|
Loading…
Reference in a new issue