]> git.mxchange.org Git - flightgear.git/commitdiff
reduce noise
authormfranz <mfranz>
Sun, 23 Oct 2005 18:21:12 +0000 (18:21 +0000)
committermfranz <mfranz>
Sun, 23 Oct 2005 18:21:12 +0000 (18:21 +0000)
src/Instrumentation/instrument_mgr.cxx

index f95fe9f78050579a513655b144fd755ee7fd4ca8..212ccc50c9f1867e2885779bfbbd9d275b3bacff 100644 (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" ) {