From baa00fdc45bc3cf28553fde7b5dcf40d952edc02 Mon Sep 17 00:00:00 2001 From: Clarisse Genrault Date: Wed, 11 Sep 2019 16:02:38 +0200 Subject: [PATCH] Debug : delete a print --- src/FeaturesAPI/FeaturesAPI_Chamfer.cpp | 2 -- 1 file changed, 2 deletions(-) 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; -- 2.39.2