]> git.mxchange.org Git - flightgear.git/commitdiff
Removed some extraneous debugging output.
authorcurt <curt>
Tue, 11 Nov 2003 17:46:23 +0000 (17:46 +0000)
committercurt <curt>
Tue, 11 Nov 2003 17:46:23 +0000 (17:46 +0000)
src/Main/fg_init.cxx

index 818015a46ca6d5a3db71bdb28e0979763feddddf..7062ca8c62330801f4c81963ad6a4910be687320 100644 (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");