Skip to content

Commit

Permalink
Silence terminal output
Browse files Browse the repository at this point in the history
  • Loading branch information
ipadjen committed Jun 3, 2024
1 parent 87d7772 commit 58c3fbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/roofer/reconstruction/ArrangementBase.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ namespace roofer::reconstruction {
new_face->data().is_footprint_hole = false;
old_face->data().in_footprint = true;
old_face->data().is_footprint_hole = false;
std::cout << "Ignored input footprint hole that is touching "
"footprint exterior\n";
// std::cout << "Ignored input footprint hole that is touching "
// "footprint exterior\n";
} else { // normal holes that do not touch outer_ccb of existing face
new_face->data().in_footprint = !hole_mode;
new_face->data().is_footprint_hole = hole_mode;
Expand Down

0 comments on commit 58c3fbf

Please sign in to comment.