]> git.mxchange.org Git - flightgear.git/commitdiff
Oops ...
authorcurt <curt>
Sat, 17 Mar 2001 00:00:32 +0000 (00:00 +0000)
committercurt <curt>
Sat, 17 Mar 2001 00:00:32 +0000 (00:00 +0000)
src/Navaids/mkrbeacons.cxx

index 5cdd7030300bb369eec8cb22c6a75e07e72955c9..a3e8d33ed5f7bc947fdfb266649f5628989d5a88 100644 (file)
@@ -200,7 +200,7 @@ FGBeacon::fgMkrBeacType FGMarkerBeacons::query( double lon, double lat,
     }
 
     // cout << "lon = " << lon << " lat = " << lat
-        << "  closest beacon = " << sqrt( min_dist ) << endl;
+    //      << "  closest beacon = " << sqrt( min_dist ) << endl;
 
     return FGBeacon::NOBEACON;
 }