Remove logging and fix voting error

This commit is contained in:
Ajay Ramachandran
2021-02-20 22:06:00 -05:00
parent 8c910b67b4
commit eeaa1614fa
2 changed files with 1 additions and 2 deletions

View File

@@ -223,7 +223,6 @@ async function handleGetSegments(req: Request, res: Response): Promise<Segment[]
const videoID = req.query.videoID as VideoID;
// Default to sponsor
// If using params instead of JSON, only one category can be pulled
console.log(req.query.categories)
const categories = req.query.categories
? JSON.parse(req.query.categories as string)
: req.query.category