mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-05 18:25:23 +02:00
chore: remove console log
This commit is contained in:
parent
a707b410d0
commit
dcce9ba70b
1 changed files with 0 additions and 1 deletions
|
@ -91,7 +91,6 @@ function options(ev) {
|
|||
text: 'With Videos',
|
||||
action: () => {
|
||||
filetype = 'video';
|
||||
console.log(filetype);
|
||||
},
|
||||
}],
|
||||
}], ev.currentTarget ?? ev.target);
|
||||
|
|
Loading…
Reference in a new issue