mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-14 23:47:00 +03:00
removing console.log() commands
This commit is contained in:
@@ -186,7 +186,6 @@ async function categoryVote(UUID: SegmentUUID, userID: UserID, isVIP: boolean, i
|
||||
|
||||
// Ignore vote if the segment is locked
|
||||
if (!isVIP && videoInfo.locked === 1) {
|
||||
console.log("dalfäkjsdöfbsdfoöjasdökjb");
|
||||
return res.sendStatus(200);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user