remove debug, fix eslint

This commit is contained in:
Isaac Connor 2021-12-15 09:23:21 -05:00
parent 854d11ce9d
commit f1db88510e
1 changed files with 0 additions and 2 deletions

View File

@ -1055,11 +1055,9 @@ function cycleNext() {
}
function cyclePrev() {
console.log(monIdx);
monIdx --;
if (monIdx < 0) {
monIdx = monitorData.length - 1;
console.log(monIdx);
}
if (!monitorData[monIdx]) {
console.log('No monitorData for ' + monIdx);