mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-06 07:53:43 +08:00
[supervision] removed debug print when launching sim
This commit is contained in:
@@ -170,7 +170,6 @@ let supervision = fun ?file gui log (ac_combo : Gtk_tools.combo) (target_combo :
|
||||
| _ -> sprintf "-a %s" ac_name
|
||||
in
|
||||
let sim_type = get_simtype target_combo in
|
||||
prerr_endline sim_type;
|
||||
let args = get_args sim_type ac_name in
|
||||
run_and_monitor ?file gui log "Simulator" args
|
||||
in
|
||||
|
||||
Reference in New Issue
Block a user