Clean debug output

This commit is contained in:
Mael Rouxel-Labbé 2022-03-25 13:43:03 +01:00
parent a277de8c78
commit 4b1e17d071
1 changed files with 0 additions and 2 deletions

View File

@ -355,8 +355,6 @@ public:
CGAL::Aff_transformation_3<SC> translate_M(TRANSLATION, offset_ext);
bbox = SC_Iso_cuboid_3(translate_m.transform((bbox.min)()), translate_M.transform((bbox.max)()));
std::cout << "Bbox: " << bbox << std::endl;
return bbox;
}