From 90bb9a4d02caae05248d66e5db6fabc0941b6b91 Mon Sep 17 00:00:00 2001 From: Ajay Date: Fri, 28 Jul 2023 20:44:19 -0400 Subject: [PATCH] Remove log --- src/content.ts | 1 - 1 file changed, 1 deletion(-) 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;