Remove debug info
This commit is contained in:
parent
9d94182f30
commit
ecdea928ee
1 changed files with 0 additions and 4 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue