removing console.log() commands

This commit is contained in:
FlorianZahn
2021-10-02 05:11:26 +02:00
parent aacd297b3b
commit 7135aa3369
2 changed files with 0 additions and 2 deletions

View File

@@ -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);
}