X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FDriverUNV%2FDriverUNV_W_SMDS_Mesh.cxx;h=1a1a9dce71604a40f3ad8653e9e6eaf51ee00e7b;hb=ec1de5204f8b0600bde3e389abe55c16e4515743;hp=b5b4dc7693896f372e18a266530bd3c72ebbdaaa;hpb=91ed159dc19c3819c0001f18ff52e91b9b39e8e1;p=modules%2Fsmesh.git diff --git a/src/DriverUNV/DriverUNV_W_SMDS_Mesh.cxx b/src/DriverUNV/DriverUNV_W_SMDS_Mesh.cxx index b5b4dc769..1a1a9dce7 100644 --- a/src/DriverUNV/DriverUNV_W_SMDS_Mesh.cxx +++ b/src/DriverUNV/DriverUNV_W_SMDS_Mesh.cxx @@ -226,7 +226,6 @@ Driver_Mesh::Status DriverUNV_W_SMDS_Mesh::Perform() } { using namespace UNV2417; - cout << "### MyGroups size " << myGroups.size() << endl; if (myGroups.size() > 0) { TDataSet aDataSet2417; TGroupList::const_iterator aIter = myGroups.begin(); @@ -234,9 +233,6 @@ Driver_Mesh::Status DriverUNV_W_SMDS_Mesh::Perform() SMESHDS_GroupBase* aGroupDS = *aIter; TRecord aRec; aRec.GroupName = aGroupDS->GetStoreName(); - cout << "### GrName = "<