mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-30 19:47:50 +08:00
remove debug print
This commit is contained in:
@@ -203,7 +203,7 @@ let rec get_modules_of_airframe = fun ?target xml ->
|
||||
let modules = List.rev (ap_modules @ modules) in
|
||||
match target with
|
||||
| None -> modules
|
||||
| Some t -> List.filter (fun m -> prerr_endline m.filename; test_targets t m.targets) modules
|
||||
| Some t -> List.filter (fun m -> test_targets t m.targets) modules
|
||||
|
||||
|
||||
(** [get_modules_of_flight_plan xml]
|
||||
|
||||
Reference in New Issue
Block a user