From: Clarisse Genrault Date: Wed, 11 Sep 2019 14:02:38 +0000 (+0200) Subject: Debug : delete a print X-Git-Tag: V9_5_0a1~167^2~76 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=1344d488fb4abaed11b8d461e8af5d630445c4b4;p=modules%2Fshaper.git Debug : delete a print --- diff --git a/src/FeaturesAPI/FeaturesAPI_Chamfer.cpp b/src/FeaturesAPI/FeaturesAPI_Chamfer.cpp index a898a3c36..0d1e815c1 100644 --- a/src/FeaturesAPI/FeaturesAPI_Chamfer.cpp +++ b/src/FeaturesAPI/FeaturesAPI_Chamfer.cpp @@ -92,8 +92,6 @@ void FeaturesAPI_Chamfer::dump(ModelHighAPI_Dumper& theDumper) const AttributeSelectionListPtr anAttrObjects = aBase->selectionList(FeaturesPlugin_Chamfer::OBJECT_LIST_ID()); - - std::cout << "dump" << std::endl; theDumper << aBase << " = model.addChamfer(" << aDocName << ", " << anAttrObjects;