1
0
Fork 0

reduce noise

This commit is contained in:
mfranz 2005-10-23 18:21:12 +00:00
parent 75877ebf43
commit 89a8e9ccf6

View file

@ -96,7 +96,6 @@ bool FGInstrumentMgr::build ()
for ( i = 0; i < count; ++i ) {
node = config_props->getChild(i);
string name = node->getName();
cout<< "instrument name: " << name << endl;
std::ostringstream temp;
temp << i;
if ( name == "adf" ) {