From f39e079b75e500a10dda40c1505c2a77cb5b6a79 Mon Sep 17 00:00:00 2001 From: ehofman Date: Tue, 3 Jun 2003 14:36:56 +0000 Subject: [PATCH] Duh! Remove some debug messages --- src/Airports/runways.cxx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Airports/runways.cxx b/src/Airports/runways.cxx index 5729451ca..a1d82821a 100644 --- a/src/Airports/runways.cxx +++ b/src/Airports/runways.cxx @@ -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; -- 2.39.5