mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-10 22:16:41 +00:00
Remove logging statement
This commit is contained in:
@@ -26,8 +26,6 @@ void ifcopenshell::geometry::CgalShape::Triangulate(const IfcGeom::IteratorSetti
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
std::wcout << "Triangulating " << std::distance(s.facets_begin(), s.facets_end()) << std::endl;
|
|
||||||
|
|
||||||
if (!std::all_of(s.facets_begin(), s.facets_end(), [](auto f) { return f.is_triangle(); })) {
|
if (!std::all_of(s.facets_begin(), s.facets_end(), [](auto f) { return f.is_triangle(); })) {
|
||||||
|
|
||||||
if (!s.is_valid()) {
|
if (!s.is_valid()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user