Remove some debug logging
This commit is contained in:
parent
6d9c582e13
commit
17ec2f922e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue