Duh! Remove some debug messages
This commit is contained in:
parent
32bb2af2af
commit
f39e079b75
1 changed files with 0 additions and 2 deletions
|
@ -508,9 +508,7 @@ bool FGRunwaysUtil::dump_mk4( const string& file ) {
|
||||||
bool
|
bool
|
||||||
FGRunwaysUtil::search( const string& id, FGRunway* a ) const
|
FGRunwaysUtil::search( const string& id, FGRunway* a ) const
|
||||||
{
|
{
|
||||||
cout << "ID " << id << endl;
|
|
||||||
const_iterator it = runways.find( FGRunway(id) );
|
const_iterator it = runways.find( FGRunway(id) );
|
||||||
cout << "it = " << it << " end = " << runways.end() << endl;
|
|
||||||
if ( it != runways.end() )
|
if ( it != runways.end() )
|
||||||
{
|
{
|
||||||
*a = *it;
|
*a = *it;
|
||||||
|
|
Loading…
Reference in a new issue