]> git.mxchange.org Git - flightgear.git/commitdiff
Remove stray debugging output.
authorcurt <curt>
Tue, 3 Feb 2004 19:48:41 +0000 (19:48 +0000)
committercurt <curt>
Tue, 3 Feb 2004 19:48:41 +0000 (19:48 +0000)
src/Autopilot/route_mgr.cxx

index 3d6793bc37ba65a6c960b5612d71f12e750786e7..eb35fae55810c024fc709fda66855a699d7de95b 100644 (file)
@@ -49,7 +49,6 @@ FGRouteMgr::FGRouteMgr() :
     wpn_dist( NULL ),
     wpn_eta( NULL )
 {
-    cout << "route = " << route << endl;
 }