From: curt Date: Tue, 11 Nov 2003 17:46:23 +0000 (+0000) Subject: Removed some extraneous debugging output. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8a036fb77ac211c7d7c50995eb9d0cc6a7fe8552;p=flightgear.git Removed some extraneous debugging output. --- diff --git a/src/Main/fg_init.cxx b/src/Main/fg_init.cxx index 818015a46..7062ca8c6 100644 --- a/src/Main/fg_init.cxx +++ b/src/Main/fg_init.cxx @@ -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");