Skip to content

Commit

Permalink
AP_Math: remove printf
Browse files Browse the repository at this point in the history
  • Loading branch information
andyp1per committed Jan 29, 2025
1 parent 9ce216c commit 1010255
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libraries/AP_Math/polygon.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,6 @@ bool Polygon_closest_distance_point(const Vector2l *V, unsigned N, const Vector2
}
if (is_equal(closest, (ftype)FLT_MAX)) {
closest = 0.0f;
printf("Failed to find distance: %u points\n", N);
return false;
}
return true;
Expand Down

0 comments on commit 1010255

Please sign in to comment.