chore: remove console log
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user