Comment out useless message output to speed up change hypothesis operation

This commit is contained in:
msv 2005-03-18 12:49:28 +00:00
parent 51ac2145d3
commit f4c7cebbd6

View File

@ -1047,7 +1047,7 @@ void SMESH_subMesh::CleanDependsOn()
for (its = dependson.begin(); its != dependson.end(); its++) for (its = dependson.begin(); its != dependson.end(); its++)
{ {
SMESH_subMesh *sm = (*its).second; SMESH_subMesh *sm = (*its).second;
SCRUTE((*its).first); //SCRUTE((*its).first);
sm->ComputeStateEngine(CLEAN); sm->ComputeStateEngine(CLEAN);
} }
} }