Remove debug prints

This commit is contained in:
2024-05-31 19:33:44 +02:00
parent 01b88be2fb
commit bfe6851a6c
3 changed files with 23 additions and 21 deletions

View File

@@ -410,7 +410,4 @@ def curved_corner_intersection(
# Be sure that all the points are in correct order.
curve_corner_points = optimized_path(
curved_corner_points_temporary, start_curve_point)
print("Output:")
print(curve_corner_points)
print("\n")
return curve_corner_points, center, radius