]> git.mxchange.org Git - flightgear.git/commitdiff
Duh! Remove some debug messages
authorehofman <ehofman>
Tue, 3 Jun 2003 14:36:56 +0000 (14:36 +0000)
committerehofman <ehofman>
Tue, 3 Jun 2003 14:36:56 +0000 (14:36 +0000)
src/Airports/runways.cxx

index 5729451cacc947bc9b9ed40beb2f4e1af9e57500..a1d82821a2ef38c7ae09c89edb0354850e85e09f 100644 (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;