diff --git a/gui/dialogs/route-manager.xml b/gui/dialogs/route-manager.xml index 8c1db4ff2..cd1d9ccb3 100644 --- a/gui/dialogs/route-manager.xml +++ b/gui/dialogs/route-manager.xml @@ -186,9 +186,6 @@ command interface /autopilot/route-manager/input: var apt = flightplan().destination; var rwy = flightplan().destination_runway; - debug.dump("updateAproaches for " ~ rwy.id); - debug.dump(apt.getApproachList(rwy)); - if (apt == nil or apt.getApproachList(rwy) == nil) { return; }