]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
Remove debug output
authortajchman <tajchman>
Mon, 24 May 2004 00:41:18 +0000 (00:41 +0000)
committertajchman <tajchman>
Mon, 24 May 2004 00:41:18 +0000 (00:41 +0000)
src/ModuleCatalog/SALOME_ModuleCatalog_Handler.cxx

index 5af547b2e452606b410b6fecce3393d38fd57328..da1ce33ceb654cba42939cf7624306b4fd96a0dc 100644 (file)
@@ -523,8 +523,8 @@ bool SALOME_ModuleCatalog_Handler::characters(const QString& chars)
 #include <fstream>
 bool SALOME_ModuleCatalog_Handler::endDocument()
 {
-  ofstream f("/tmp/logs/xxx.log", std::ofstream::app);
-  f << "---------------------------------------------------------" << std::endl;
+//  ofstream f("/tmp/logs/xxx.log", std::ofstream::app);
+//  f << "---------------------------------------------------------" << std::endl;
   BEGIN_OF("endDocument");
   //_pathlist
   for (unsigned int ind = 0; ind < _pathList.size(); ind++)
@@ -536,10 +536,10 @@ bool SALOME_ModuleCatalog_Handler::endDocument()
 
    // _moduleList
 //  SCRUTE(_moduleList.size());
-  for (unsigned int ind = 0; ind < _moduleList.size(); ind++)
-    {
-      f << _moduleList[ind] << std::endl;
-    }
+//  for (unsigned int ind = 0; ind < _moduleList.size(); ind++)
+//    {
+//      f << _moduleList[ind] << std::endl;
+//    }
 
   MESSAGE("Document parsed");
   END_OF("endDocument");