aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAjay <[email protected]>2024-09-23 16:00:17 -0400
committerAjay <[email protected]>2024-09-23 16:00:17 -0400
commit91556f981a70ce66932b9a4913f6933a09e0bc1a (patch)
treef4701d64165a8d0b1165e14da7260beedaec4887
parent9f86aa6740eb71ff7202d6af6298fdab1a59e07d (diff)
downloadSponsorBlock-91556f981a70ce66932b9a4913f6933a09e0bc1a.tar.gz
SponsorBlock-91556f981a70ce66932b9a4913f6933a09e0bc1a.zip
Remove unnecessary log
Fix #2111
-rw-r--r--src/utils/pageUtils.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/utils/pageUtils.ts b/src/utils/pageUtils.ts
index aec411c4..4c824836 100644
--- a/src/utils/pageUtils.ts
+++ b/src/utils/pageUtils.ts
@@ -92,8 +92,6 @@ export function getExistingChapters(currentVideoID: VideoID, duration: number):
}
}
- console.log(chapters)
-
return chapters;
}