Salome HOME
Add very simple log system
[tools/libbatch.git] / src / Core / FactBatchManager.cxx
index e286e5b6ae1bb9c2eace5242f3005b7bbbe2e01f..dae5f124f91803e51996f33dfb7a84c3ab521623 100644 (file)
@@ -41,12 +41,6 @@ namespace Batch {
   FactBatchManager::FactBatchManager(const string & _t) : type(_t)
   {
     BatchManagerCatalog::getInstance().addFactBatchManager(type.c_str(), this);
-
-   /*
-    ostringstream msg;
-    msg << "FactBatchManager of type '" << type << "' inserted into catalog";
-    cerr << msg.str().c_str() << endl;
-    */
   }
 
   // Destructeur