mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-24 08:20:34 +05:00
Comment out useless message output to speed up change hypothesis operation
This commit is contained in:
parent
51ac2145d3
commit
f4c7cebbd6
@ -1047,7 +1047,7 @@ void SMESH_subMesh::CleanDependsOn()
|
||||
for (its = dependson.begin(); its != dependson.end(); its++)
|
||||
{
|
||||
SMESH_subMesh *sm = (*its).second;
|
||||
SCRUTE((*its).first);
|
||||
//SCRUTE((*its).first);
|
||||
sm->ComputeStateEngine(CLEAN);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user