Salome HOME
Exclude "None algorithm attached" message on GetAlgoState method call BR_PPGP_BETA1
authorvsv <vsv@opencascade.com>
Wed, 25 Sep 2013 08:19:45 +0000 (08:19 +0000)
committervsv <vsv@opencascade.com>
Wed, 25 Sep 2013 08:19:45 +0000 (08:19 +0000)
src/SMESH/SMESH_Gen.cxx

index 94011095b6705ebf3d833b1e11c7ec42734a6381..6f11fe8620595ccd2e120701f6bf62bb04854fc2 100644 (file)
@@ -881,7 +881,7 @@ bool SMESH_Gen::GetAlgoState(SMESH_Mesh&               theMesh,
 
   if ( !hasAlgo ) {
     ret = false;
-    INFOS( "None algorithm attached" );
+    //INFOS( "None algorithm attached" );
     theErrors.push_back( TAlgoStateError() );
     theErrors.back().Set( SMESH_Hypothesis::HYP_MISSING, 1, true );
   }