From ec1de5204f8b0600bde3e389abe55c16e4515743 Mon Sep 17 00:00:00 2001 From: vsv Date: Thu, 13 Apr 2006 08:51:42 +0000 Subject: [PATCH] Removed cout's --- src/DriverUNV/DriverUNV_W_SMDS_Mesh.cxx | 4 ---- 1 file changed, 4 deletions(-) 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 = "<