X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMDS%2FSMDS_MeshElementIDFactory.cxx;h=43a51d5cf972b26f15615819075c4b5bf05f95b3;hb=3dcb8f1e04a352d7001ef4eb447939d695fcab62;hp=a029b101ec7324ae2e8b8f6952cb6532d0318565;hpb=75d0234b452659c44159aaf33ed833af89a0ff4c;p=modules%2Fsmesh.git diff --git a/src/SMDS/SMDS_MeshElementIDFactory.cxx b/src/SMDS/SMDS_MeshElementIDFactory.cxx index a029b101e..43a51d5cf 100644 --- a/src/SMDS/SMDS_MeshElementIDFactory.cxx +++ b/src/SMDS/SMDS_MeshElementIDFactory.cxx @@ -80,7 +80,6 @@ int SMDS_MeshElementIDFactory::SetInVtkGrid(SMDS_MeshElement * elem) bool SMDS_MeshElementIDFactory::BindID(int ID, SMDS_MeshElement * elem) { - MESSAGE("SMDS_MeshElementIDFactory::BindID " << ID); SetInVtkGrid(elem); return myMesh->registerElement(ID, elem); }