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
1 changed files with 0 additions and 1 deletions

View File

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