From 0f1225c22c7cd1d71794ee41a7157cd25e994fc9 Mon Sep 17 00:00:00 2001 From: jfa Date: Fri, 2 Nov 2007 08:10:38 +0000 Subject: [PATCH] Remove traces --- src/ModuleCatalog/SALOME_ModuleCatalog_impl.cxx | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/ModuleCatalog/SALOME_ModuleCatalog_impl.cxx b/src/ModuleCatalog/SALOME_ModuleCatalog_impl.cxx index 63d117230..f4cfd0797 100644 --- a/src/ModuleCatalog/SALOME_ModuleCatalog_impl.cxx +++ b/src/ModuleCatalog/SALOME_ModuleCatalog_impl.cxx @@ -132,7 +132,6 @@ SALOME_ModuleCatalogImpl::SALOME_ModuleCatalogImpl(int argc, char** argv, CORBA: // Affect the _general_module_list and _general_path_list members // with the common catalog - cout << "$$$ _general_path = " << _general_path << endl; list dirList; #ifdef WNT @@ -152,7 +151,6 @@ SALOME_ModuleCatalogImpl::SALOME_ModuleCatalogImpl(int argc, char** argv, CORBA: for (list::iterator iter = dirList.begin(); iter != dirList.end(); iter++) { string aPath = (*iter); - cout << "$$$ aPath = " << aPath.c_str() << endl; //remove inverted commas from filename while (aPath.find('\"') != string::npos) aPath.erase(aPath.find('\"'), 1); @@ -162,11 +160,6 @@ SALOME_ModuleCatalogImpl::SALOME_ModuleCatalogImpl(int argc, char** argv, CORBA: _general_path_list); } - for (unsigned int ind = 0; ind < _general_module_list.size(); ind++) { - cout << "$$$ = _general_module_list[" << ind << "] = " - << _general_module_list[ind].name.c_str() << endl; - } - // Verification of _general_path_list content if (!_verify_path_prefix(_general_path_list)) { if(MYDEBUG) MESSAGE( "Error while parsing the general path list, " -- 2.39.2