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',
|
text: 'With Videos',
|
||||||
action: () => {
|
action: () => {
|
||||||
filetype = 'video';
|
filetype = 'video';
|
||||||
console.log(filetype);
|
|
||||||
},
|
},
|
||||||
}],
|
}],
|
||||||
}], ev.currentTarget ?? ev.target);
|
}], ev.currentTarget ?? ev.target);
|
||||||
|
|
Loading…
Reference in a new issue