Remove unnecessary log

Fix #2111
This commit is contained in:
Ajay
2024-09-23 16:00:17 -04:00
parent 9f86aa6740
commit 91556f981a

View File

@@ -92,8 +92,6 @@ export function getExistingChapters(currentVideoID: VideoID, duration: number):
}
}
console.log(chapters)
return chapters;
}