Remove some debug logging

This commit is contained in:
Isaac Connor 2021-06-13 18:20:57 -04:00
parent 6d9c582e13
commit 17ec2f922e
1 changed files with 4 additions and 5 deletions

View File

@ -275,7 +275,7 @@ function timerFire() {
clearInterval(timerObj);
timerObj = null;
timerInterval = currentDisplayInterval;
console.log("Turn off nterrupts timerInterfave" + timerInterval);
console.log("Turn off interrupts timerInterfave" + timerInterval);
}
if ( (currentSpeed > 0 || liveMode != 0) && ! timerObj ) {
@ -283,7 +283,6 @@ function timerFire() {
}
if (liveMode) {
console.log("liveMode");
outputUpdate(currentTimeSecs); // In live mode we basically do nothing but redisplay
} else if (currentTimeSecs + playSecsPerInterval >= maxTimeSecs) {
// beyond the end just stop