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."); } }