]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
Removed unnecessary cout's from method DumpPython
authorsrn <srn@opencascade.com>
Fri, 6 May 2005 05:51:48 +0000 (05:51 +0000)
committersrn <srn@opencascade.com>
Fri, 6 May 2005 05:51:48 +0000 (05:51 +0000)
src/SALOMEDSImpl/SALOMEDSImpl_Study.cxx

index a9ec0ac70504facdf28be1152ab81bc8be5f0027..9a64f6c2742fd3e7dcb947627a0820d1ec4ba906 100644 (file)
@@ -1282,13 +1282,10 @@ bool SALOMEDSImpl_Study::DumpStudy(const TCollection_AsciiString& thePath,
     aCompType = aSeq.Value(i);
     Handle(SALOMEDSImpl_SComponent) sco = FindComponent(aCompType);
     SALOMEDSImpl_Driver* aDriver = NULL;
-cout << "Processing " << aCompType << endl;
-cout << 1 << endl;
     // if there is an associated Engine call its method for saving
     TCollection_AsciiString IOREngine;
     try {
       if (!sco->ComponentIOR(IOREngine)) {
-       cout << 2 << endl;
        if (!aCompType.IsEmpty()) {
          
          aDriver = theFactory->GetDriverByType(aCompType);
@@ -1313,8 +1310,6 @@ cout << 1 << endl;
       return false;
     } 
 
-cout << 3 << endl;
-
     if(aDriver == NULL) continue;
 
     bool isValidScript;