mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-12 22:47:12 +03:00
Removed some unused logs
This commit is contained in:
@@ -67,15 +67,10 @@ async function getSegmentsByVideoID(req: Request, videoID: string, categories: C
|
||||
return acc;
|
||||
}, {});
|
||||
|
||||
console.log(segmentsByCategory)
|
||||
|
||||
|
||||
for (const [category, categorySegments] of Object.entries(segmentsByCategory)) {
|
||||
segments.push(...(await prepareCategorySegments(req, videoID as VideoID, category as Category, categorySegments, cache)));
|
||||
}
|
||||
|
||||
console.log(segments)
|
||||
|
||||
return segments;
|
||||
} catch (err) {
|
||||
if (err) {
|
||||
|
||||
Reference in New Issue
Block a user