From: vsv Date: Thu, 13 Apr 2006 08:51:42 +0000 (+0000) Subject: Removed cout's X-Git-Tag: T3_2_0b1_pre1~19 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=ec1de5204f8b0600bde3e389abe55c16e4515743;p=modules%2Fsmesh.git Removed cout's --- 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 = "<