]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/instrument_mgr.cxx
Fix line endings
[flightgear.git] / 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" ) {