1
0
Fork 0

Remove debug info

This commit is contained in:
Jonathan Redpath 2022-04-20 21:23:27 +01:00
parent f46912150d
commit bfb332c31a

View file

@ -110,8 +110,6 @@ var canvas_lowerECAMPageCond =
obj["TAT"].setText(sprintf("%+2.0f", val));
}),
];
obj.timer = maketimestamp();
obj.times = [];
return obj;
},
getKeysBottom: func() {
@ -156,7 +154,6 @@ var canvas_lowerECAMPageCond =
}
},
update: func(notification) {
me.timer.stamp();
me.updatePower();
if (me.test.getVisible() == 1) {
@ -173,7 +170,6 @@ var canvas_lowerECAMPageCond =
}
me.updateBottom(notification);
append(me.times, me.timer.elapsedUSec());
},
updatePower: func() {
if (me.name == ecam.SystemDisplayController.displayedPage.name) {