1
0
Fork 0

Remove debug info

This commit is contained in:
Jonathan Redpath 2022-04-20 21:23:27 +01:00
parent 9d94182f30
commit ecdea928ee

View file

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