diff options
author | Ajay <[email protected]> | 2023-07-28 20:44:19 -0400 |
---|---|---|
committer | Ajay <[email protected]> | 2023-07-28 20:44:19 -0400 |
commit | 90bb9a4d02caae05248d66e5db6fabc0941b6b91 (patch) | |
tree | f118e06b945dc7e420a14fec09f75609025562de /src/content.ts | |
parent | d12d847f2febd411cc80d393639a3392b1516011 (diff) | |
download | SponsorBlock-90bb9a4d02caae05248d66e5db6fabc0941b6b91.tar.gz SponsorBlock-90bb9a4d02caae05248d66e5db6fabc0941b6b91.zip |
Remove log
Diffstat (limited to 'src/content.ts')
-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 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; |