chore: remove console log

This commit is contained in:
Mar0xy 2023-11-30 23:49:33 +01:00
parent a707b410d0
commit dcce9ba70b
No known key found for this signature in database
GPG key ID: 56569BBE47D2C828

View file

@ -91,7 +91,6 @@ function options(ev) {
text: 'With Videos',
action: () => {
filetype = 'video';
console.log(filetype);
},
}],
}], ev.currentTarget ?? ev.target);