From: Nicolas RECHATIN Date: Thu, 27 Jul 2023 12:37:51 +0000 (+0200) Subject: fix : remove debug std::cout X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=8a9bc12ce99689304b21a003cca88e90aa3b3be0;p=modules%2Fshaper.git fix : remove debug std::cout --- diff --git a/src/ExchangePlugin/ExchangePlugin_ExportRoot.cpp b/src/ExchangePlugin/ExchangePlugin_ExportRoot.cpp index 32f309d71..bfac7338e 100644 --- a/src/ExchangePlugin/ExchangePlugin_ExportRoot.cpp +++ b/src/ExchangePlugin/ExchangePlugin_ExportRoot.cpp @@ -124,11 +124,9 @@ //Get attributes aMedium = (theFeature->data()->string(OperaPlugin_Volume::MEDIUM_ID())->value()); AttributeSelectionListPtr aSelList = theFeature->data()->selectionList(OperaPlugin_Volume::OBJECTS_LIST_ID()); - std::cout << "size = " << aSelList->size() << std::endl; for (int anIndex = 0; anIndex < aSelList->size(); ++anIndex) { - std::cout << "i = " << anIndex << std::endl; // Get feature ResultPtr aResult = aSelList->value(anIndex)->context(); FeaturePtr aSelFeature = aResult->document()->feature(aResult);