1
0
Fork 0

Duh! Remove some debug messages

This commit is contained in:
ehofman 2003-06-03 14:36:56 +00:00
parent 32bb2af2af
commit f39e079b75

View file

@ -508,9 +508,7 @@ bool FGRunwaysUtil::dump_mk4( const string& file ) {
bool
FGRunwaysUtil::search( const string& id, FGRunway* a ) const
{
cout << "ID " << id << endl;
const_iterator it = runways.find( FGRunway(id) );
cout << "it = " << it << " end = " << runways.end() << endl;
if ( it != runways.end() )
{
*a = *it;