From 3816313f1e9637f43e6208bb860ae0ae8d56bf6b Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Sun, 10 May 2020 21:26:21 -0400 Subject: [PATCH] Removed log --- src/content.ts | 1 - 1 file changed, 1 deletion(-) 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;