Skip to content

Commit

Permalink
Comment std::cout causing console spam
Browse files Browse the repository at this point in the history
  • Loading branch information
KaareH authored and aothms committed Apr 28, 2024
1 parent dcbd6a9 commit 41df641
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/ifcgeom_schema_agnostic/IfcGeomTree.h
Expand Up @@ -1780,9 +1780,11 @@ namespace IfcGeom {
aabb.Add(vs_transformed.back());
}

/*
std::cout << "aabb: ";
aabb.DumpJson(std::cout);
std::cout << std::endl;
*/

std::unordered_map<std::tuple<int, int, int>, std::vector<size_t>, boost::hash<std::tuple<int, int, int>>> quantized_normal_counts;

Expand Down Expand Up @@ -1867,9 +1869,11 @@ namespace IfcGeom {
obb.SetZComponent(ax3.Direction(), halfsize.Z());
obb.SetCenter(cent.Transformed(trsf2.Inverted()));

/*
std::cout << "obb: ";
obb.DumpJson(std::cout);
std::cout << std::endl;
*/
}

const auto& t = elem->product();
Expand Down

0 comments on commit 41df641

Please sign in to comment.