Remove debugging

pull/3588/head
Isaac Connor 2022-09-14 13:15:02 -04:00
parent 46de7afb0f
commit bc566ccfdf
1 changed files with 0 additions and 2 deletions

View File

@ -848,10 +848,8 @@ function progressBarNav() {
if (x<0) x=0;
if (x > bar.width()) x = bar.width();
console.log(x);
let seekTime = (x / bar.width()) * parseFloat(eventData.Length);
console.log(seekTime);
const indicator = document.getElementById('indicator');
const date = new Date(eventData.StartDateTime);