A3XX: Remove message from managed speed push

This commit is contained in:
Joshua Davidson 2017-12-21 09:55:36 -05:00
parent 25a0573379
commit bfd212fd5b

View file

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