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 = "<