From bfd212fd5b70f5958ddfad7df2678a66ee5acfa0 Mon Sep 17 00:00:00 2001 From: Joshua Davidson Date: Thu, 21 Dec 2017 09:55:36 -0500 Subject: [PATCH] A3XX: Remove message from managed speed push --- Nasal/buttons.nas | 2 -- 1 file changed, 2 deletions(-) diff --git a/Nasal/buttons.nas b/Nasal/buttons.nas index 58d86dd8..a747c248 100644 --- a/Nasal/buttons.nas +++ b/Nasal/buttons.nas @@ -176,8 +176,6 @@ var mcpSPDKnbPush = func { if (getprop("/FMGC/internal/cruise-lvl-set") == 1 and getprop("/FMGC/internal/cost-index-set") == 1) { setprop("/it-autoflight/input/spd-managed", 1); fmgc.ManagedSPD.start(); - } else { - gui.popupTip("Please make sure you have set a cruise altitude and cost index in the MCDU."); } }