Skip to content

Commit 6c8e2b6

Browse files
Remove debug
1 parent 38b5ddd commit 6c8e2b6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

web/skins/classic/views/js/montagereview.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,6 @@ function setSpeed(speed_index) {
642642
}
643643
currentSpeed = parseFloat(speeds[speed_index]);
644644
speedIndex = speed_index;
645-
console.log(speedIndex);
646645
playSecsPerInterval = Math.floor( 1000 * currentSpeed * currentDisplayInterval ) / 1000000;
647646
showSpeed(speed_index);
648647
timerFire();

0 commit comments

Comments
 (0)