1
0
Fork 0

Removed some extraneous debugging output.

This commit is contained in:
curt 2003-11-11 17:46:23 +00:00
parent 0d233c0ac3
commit 8a036fb77a

View file

@ -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");