]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
remove unneeded comments
authorenk <enk@opencascade.com>
Thu, 26 Oct 2006 07:43:10 +0000 (07:43 +0000)
committerenk <enk@opencascade.com>
Thu, 26 Oct 2006 07:43:10 +0000 (07:43 +0000)
src/VISU_I/VISU_CorbaMedConvertor.cxx

index cd8e57304f93afb0de3ec0fc62a424e91181beeb..6700c1bdfe808dfc5f0bb84ae84e54a20059eab9 100644 (file)
@@ -518,9 +518,9 @@ namespace
          for(int i=0;i<aLen;i++){
            int anId = aGeom2ProfileIds[i];
            aGeom2Profile.push_back(anId);
-           cout << "------------------------------->" << anId << endl;
+           if(MYDEBUG) cout << "------------------------------->" << anId << endl;
          }
-         cout << endl;
+         if(MYDEBUG) cout << endl;
        } catch(...) {
          continue;
        }