From: mfranz Date: Sun, 23 Oct 2005 18:21:12 +0000 (+0000) Subject: reduce noise X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=89a8e9ccf6de9ae52c86f719986f19ac6301e469;p=flightgear.git reduce noise --- diff --git a/src/Instrumentation/instrument_mgr.cxx b/src/Instrumentation/instrument_mgr.cxx index f95fe9f78..212ccc50c 100644 --- a/src/Instrumentation/instrument_mgr.cxx +++ b/src/Instrumentation/instrument_mgr.cxx @@ -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" ) {