From: curt Date: Fri, 28 May 2004 21:47:11 +0000 (+0000) Subject: Remove some left over debugging output. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d1944b338bc9d68a208755b479597975e384de8a;p=flightgear.git Remove some left over debugging output. --- diff --git a/src/Cockpit/dme.cxx b/src/Cockpit/dme.cxx index cf9f66731..f8e40efd3 100644 --- a/src/Cockpit/dme.cxx +++ b/src/Cockpit/dme.cxx @@ -160,10 +160,7 @@ FGDME::update(double dt) SGTimeStamp current_time; station = Point3D( x, y, z ); dist = aircraft.distance3D( station ) * SG_METER_TO_NM; - cout << "dist = " << dist << endl; dist -= bias; - cout << " bias = " << bias << endl; - cout << " dist = " << dist << endl; current_time.stamp(); long dMs = (current_time - last_time) / 1000;