From a26adb39aff4b571fc63b2f57940e5d2fc8c8bd4 Mon Sep 17 00:00:00 2001 From: James Turner Date: Mon, 7 May 2012 16:39:56 +0100 Subject: [PATCH] Remove an un-guarded member access in a debug dump. --- gui/dialogs/route-manager.xml | 3 --- 1 file changed, 3 deletions(-) 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; }