diff --git a/sw/tools/gen_flight_plan.ml b/sw/tools/gen_flight_plan.ml index d450a1837b..7ed65c2059 100644 --- a/sw/tools/gen_flight_plan.ml +++ b/sw/tools/gen_flight_plan.ml @@ -593,7 +593,6 @@ let dummy_waypoint = let print_inside_polygon = fun pts -> let layers = Geometry_2d.slice_polygon (Array.of_list pts) in - Array.iter (fun s -> fprintf stderr "t=%f\n" s.G2D.top) layers; let rec f = fun i j -> if i = j then let {G2D.top=yl; left_side=(xg, ag); right_side=(xd, ad)} = layers.(i) in