diff --git a/src/geode/mesh/helpers/repair_polygon_orientations.cpp b/src/geode/mesh/helpers/repair_polygon_orientations.cpp index 051670210..047217875 100644 --- a/src/geode/mesh/helpers/repair_polygon_orientations.cpp +++ b/src/geode/mesh/helpers/repair_polygon_orientations.cpp @@ -329,7 +329,7 @@ namespace geode { builder.edges_builder().delete_isolated_edges(); } - Logger::info( "Repair polygons orientations: ", + Logger::debug( "Repair polygons orientations: ", polygons_to_reorient.size(), " polygons reoriented" ); }