1
0
Fork 0

remove debug message

Signed-off-by: v meazza <vivian.meazza@lineone.net>
This commit is contained in:
v meazza 2009-09-29 23:25:36 +01:00 committed by Tim Moore
parent d59088dc1a
commit e91b5a8804

View 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;