remove console logs

This commit is contained in:
derpystuff 2022-06-22 23:29:03 +02:00
parent 2ea818f30f
commit c051946d89
3 changed files with 0 additions and 4 deletions

View file

@ -86,7 +86,6 @@ module.exports.getRecentVideo = async function(context, limit) {
}
function validateAttachment(attachment, type){
console.log(attachment)
let allowedTypes = attachmentTypes[type]
if (attachment.contentType && allowedTypes.includes(attachment.contentType)) { // discord attachment
return true