From 89a8e9ccf6de9ae52c86f719986f19ac6301e469 Mon Sep 17 00:00:00 2001 From: mfranz Date: Sun, 23 Oct 2005 18:21:12 +0000 Subject: [PATCH] reduce noise --- src/Instrumentation/instrument_mgr.cxx | 1 - 1 file changed, 1 deletion(-) 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" ) { -- 2.39.5