From d1944b338bc9d68a208755b479597975e384de8a Mon Sep 17 00:00:00 2001 From: curt Date: Fri, 28 May 2004 21:47:11 +0000 Subject: [PATCH] Remove some left over debugging output. --- src/Cockpit/dme.cxx | 3 --- 1 file changed, 3 deletions(-) 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;