Skip to content

Commit

Permalink
Remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaac Connor committed Nov 18, 2022
1 parent 38b5ddd commit 6c8e2b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/skins/classic/views/js/montagereview.js
Expand Up @@ -642,7 +642,6 @@ function setSpeed(speed_index) {
}
currentSpeed = parseFloat(speeds[speed_index]);
speedIndex = speed_index;
console.log(speedIndex);
playSecsPerInterval = Math.floor( 1000 * currentSpeed * currentDisplayInterval ) / 1000000;
showSpeed(speed_index);
timerFire();
Expand Down

0 comments on commit 6c8e2b6

Please sign in to comment.