aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/content.ts
diff options
context:
space:
mode:
authorAjay <[email protected]>2023-07-28 20:44:19 -0400
committerAjay <[email protected]>2023-07-28 20:44:19 -0400
commit90bb9a4d02caae05248d66e5db6fabc0941b6b91 (patch)
treef118e06b945dc7e420a14fec09f75609025562de /src/content.ts
parentd12d847f2febd411cc80d393639a3392b1516011 (diff)
downloadSponsorBlock-90bb9a4d02caae05248d66e5db6fabc0941b6b91.tar.gz
SponsorBlock-90bb9a4d02caae05248d66e5db6fabc0941b6b91.zip
Remove log
Diffstat (limited to 'src/content.ts')
-rw-r--r--src/content.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/content.ts b/src/content.ts
index ad39b0b6..36ff8498 100644
--- a/src/content.ts
+++ b/src/content.ts
@@ -1594,7 +1594,6 @@ function skipToTime({v, skipTime, skippingSegments, openNotice, forceAutoSkip, u
v.currentTime = 0;
} else if (v.duration > 1 && skipTime[1] >= v.duration
&& (navigator.vendor === "Apple Computer, Inc." || isPlayingPlaylist())) {
- console.log("doing workaround")
// MacOS will loop otherwise #1027
// Sometimes playlists loop too #1804
v.currentTime = v.duration - 0.001;