From: curt Date: Tue, 3 Feb 2004 19:48:41 +0000 (+0000) Subject: Remove stray debugging output. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=570ea80a36a5ee2fd38eb83be5d7a0d987b8f3dd;p=flightgear.git Remove stray debugging output. --- diff --git a/src/Autopilot/route_mgr.cxx b/src/Autopilot/route_mgr.cxx index 3d6793bc3..eb35fae55 100644 --- a/src/Autopilot/route_mgr.cxx +++ b/src/Autopilot/route_mgr.cxx @@ -49,7 +49,6 @@ FGRouteMgr::FGRouteMgr() : wpn_dist( NULL ), wpn_eta( NULL ) { - cout << "route = " << route << endl; }