aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAjay Ramachandran <[email protected]>2020-05-10 21:26:21 -0400
committerAjay Ramachandran <[email protected]>2020-05-10 21:26:21 -0400
commit3816313f1e9637f43e6208bb860ae0ae8d56bf6b (patch)
treea9550f565c3e105732cd6d6a8f47196c30acdbb2
parenta433dad08080f7f8e7af2891173752a7d1fcefc6 (diff)
downloadSponsorBlock-3816313f1e9637f43e6208bb860ae0ae8d56bf6b.tar.gz
SponsorBlock-3816313f1e9637f43e6208bb860ae0ae8d56bf6b.zip
Removed log
-rw-r--r--src/content.ts1
1 files changed, 0 insertions, 1 deletions
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;