Salome HOME
Debug : delete a print
[modules/shaper.git] / src / FeaturesAPI / FeaturesAPI_Chamfer.cpp
index a898a3c368a0e31a13e0832c63d3acae694dd969..0d1e815c11f38777273ff58170387f09e5a3a003 100644 (file)
@@ -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;