From 6ecb46c051fe56057599508f93edf20bb8a34683 Mon Sep 17 00:00:00 2001 From: Jonathan Redpath Date: Fri, 15 Feb 2019 21:18:49 +0000 Subject: [PATCH] Remove print --- Nasal/ECAM/ECAM-controller.nas | 2 -- 1 file changed, 2 deletions(-) diff --git a/Nasal/ECAM/ECAM-controller.nas b/Nasal/ECAM/ECAM-controller.nas index 5786664d..28c0b61c 100644 --- a/Nasal/ECAM/ECAM-controller.nas +++ b/Nasal/ECAM/ECAM-controller.nas @@ -68,7 +68,6 @@ var warning = { if (me.light >= 1) {return;} if (me.active == 1 and me.noRepeat == 0) { # only toggle light once per message, allows canceling lights[me.light].setBoolValue(1); - print(lights[me.light].getBoolValue()); me.noRepeat = 1; } }, @@ -268,7 +267,6 @@ var ECAMloopTimer = maketimer(0.2, func { # Flash Master Warning Light var warnTimer = maketimer(0.25, func { if (!lights[0].getBoolValue()) { - print("quitting!"); warnTimer.stop(); warningFlash.setBoolValue(0); } else if (!warningFlash.getBoolValue()) {