From 91556f981a70ce66932b9a4913f6933a09e0bc1a Mon Sep 17 00:00:00 2001 From: Ajay Date: Mon, 23 Sep 2024 16:00:17 -0400 Subject: Remove unnecessary log Fix #2111 --- src/utils/pageUtils.ts | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/utils') 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; } -- cgit v1.2.3