mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-06 11:36:58 +03:00
Remove print statement
This commit is contained in:
@@ -12,7 +12,6 @@ import { Logger } from '../utils/logger';
|
|||||||
|
|
||||||
export function addUnlistedVideo(req: Request, res: Response) {
|
export function addUnlistedVideo(req: Request, res: Response) {
|
||||||
const videoID = req.body.videoID;
|
const videoID = req.body.videoID;
|
||||||
console.log(req.body)
|
|
||||||
|
|
||||||
if (videoID === undefined || typeof(videoID) !== "string" || videoID.length !== 11) {
|
if (videoID === undefined || typeof(videoID) !== "string" || videoID.length !== 11) {
|
||||||
res.status(400).send("Invalid parameters");
|
res.status(400).send("Invalid parameters");
|
||||||
|
|||||||
Reference in New Issue
Block a user