diff options
author | Ajay Ramachandran <[email protected]> | 2020-05-10 21:26:21 -0400 |
---|---|---|
committer | Ajay Ramachandran <[email protected]> | 2020-05-10 21:26:21 -0400 |
commit | 3816313f1e9637f43e6208bb860ae0ae8d56bf6b (patch) | |
tree | a9550f565c3e105732cd6d6a8f47196c30acdbb2 | |
parent | a433dad08080f7f8e7af2891173752a7d1fcefc6 (diff) | |
download | SponsorBlock-3816313f1e9637f43e6208bb860ae0ae8d56bf6b.tar.gz SponsorBlock-3816313f1e9637f43e6208bb860ae0ae8d56bf6b.zip |
Removed log
-rw-r--r-- | src/content.ts | 1 |
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; |