We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38b5ddd commit 6c8e2b6Copy full SHA for 6c8e2b6
web/skins/classic/views/js/montagereview.js
@@ -642,7 +642,6 @@ function setSpeed(speed_index) {
642
}
643
currentSpeed = parseFloat(speeds[speed_index]);
644
speedIndex = speed_index;
645
- console.log(speedIndex);
646
playSecsPerInterval = Math.floor( 1000 * currentSpeed * currentDisplayInterval ) / 1000000;
647
showSpeed(speed_index);
648
timerFire();
0 commit comments