Removed log

This commit is contained in:
Ajay Ramachandran
2020-05-10 21:26:21 -04:00
parent a433dad080
commit 3816313f1e

View File

@@ -463,7 +463,6 @@ function cancelSponsorSchedule(): void {
*/
function startSponsorSchedule(includeIntersectingSegments: boolean = false, currentTime?: number): void {
cancelSponsorSchedule();
console.log("scheduling: " + (currentTime || video.currentTime))
if (video.paused) return;