1
0
Fork 0

Remove stray debugging output.

This commit is contained in:
curt 2004-02-03 19:48:41 +00:00
parent 348d3e26ce
commit 570ea80a36

View file

@ -49,7 +49,6 @@ FGRouteMgr::FGRouteMgr() :
wpn_dist( NULL ), wpn_dist( NULL ),
wpn_eta( NULL ) wpn_eta( NULL )
{ {
cout << "route = " << route << endl;
} }