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