mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 09:21:46 +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 (!s.is_valid()) {
|
||||
|
||||
Reference in New Issue
Block a user