mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-10 01:01:55 +01:00
Remove extra log
This commit is contained in:
parent
4a1829839f
commit
b07381e5d0
1 changed files with 0 additions and 1 deletions
|
@ -675,7 +675,6 @@ async function startSponsorSchedule(includeIntersectingSegments = false, current
|
|||
let forceStartIntervalTime: number | null = null;
|
||||
if (isFirefoxOrSafari() && !isSafari() && delayTime > 300) {
|
||||
forceStartIntervalTime = await waitForNextTimeChange();
|
||||
console.log("start", forceStartIntervalTime, performance.now())
|
||||
}
|
||||
|
||||
// Use interval instead of timeout near the end to combat imprecise video time
|
||||
|
|
Loading…
Reference in a new issue