From a9c737093f5600720a5f9a4fe89c0a4205a811e6 Mon Sep 17 00:00:00 2001 From: Jonathan Redpath Date: Sat, 29 Dec 2018 13:18:42 +0000 Subject: [PATCH] Remove debug print --- Nasal/ECAM.nas | 1 - 1 file changed, 1 deletion(-) diff --git a/Nasal/ECAM.nas b/Nasal/ECAM.nas index 342b901d..82b5adcf 100644 --- a/Nasal/ECAM.nas +++ b/Nasal/ECAM.nas @@ -329,7 +329,6 @@ var LowerECAM = { setprop("/ECAM/Lower/man-select", 1); setprop("/ECAM/Lower/page", b); setprop("/ECAM/Lower/light/" ~ b, 1); - print("calling SD page manually"); } else { if (b == getprop("/ECAM/Lower/page")) { setprop("/ECAM/Lower/man-select", 0);