]> git.mxchange.org Git - flightgear.git/commitdiff
remove debug message
authorv meazza <vivian.meazza@lineone.net>
Tue, 29 Sep 2009 22:25:36 +0000 (23:25 +0100)
committerTim Moore <timoore@redhat.com>
Wed, 14 Oct 2009 08:40:47 +0000 (10:40 +0200)
Signed-off-by: v meazza <vivian.meazza@lineone.net>
src/AIModel/AIGroundVehicle.cxx

index 21bc80d5ed70a5f46ae069c026ce35aca6f69667..fce0e8c8225fc3415e3b7c887c8cccb8e2952746 100644 (file)
@@ -296,7 +296,7 @@ bool FGAIGroundVehicle::getPitch() {
         static double prev_alt;
 
         if (_new_waypoint){
-            cout << "new waypoint, calculating pitch " << endl;
+            //cout << "new waypoint, calculating pitch " << endl;
             curr_alt = curr->altitude * SG_METER_TO_FEET;
             prev_alt = prev->altitude * SG_METER_TO_FEET;
             d_alt = curr_alt - prev_alt;