Salome HOME
Remove traces
authorjfa <jfa@opencascade.com>
Fri, 2 Nov 2007 08:10:38 +0000 (08:10 +0000)
committerjfa <jfa@opencascade.com>
Fri, 2 Nov 2007 08:10:38 +0000 (08:10 +0000)
src/ModuleCatalog/SALOME_ModuleCatalog_impl.cxx

index 63d117230ac942e3cc00facc168fe3d228ba1f4e..f4cfd079716ce8484d445762fe8b486e4a7b1a61 100644 (file)
@@ -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<string> dirList;
 
 #ifdef WNT
@@ -152,7 +151,6 @@ SALOME_ModuleCatalogImpl::SALOME_ModuleCatalogImpl(int argc, char** argv, CORBA:
     for (list<string>::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, "