diff --git a/src/content.ts b/src/content.ts index 780adbe0..42f8dc42 100644 --- a/src/content.ts +++ b/src/content.ts @@ -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;