Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Commit

Permalink
chore: remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
Mar0xy committed Nov 30, 2023
1 parent a707b41 commit dcce9ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/frontend/src/widgets/WidgetSearch.vue
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ function options(ev) {
text: 'With Videos',
action: () => {
filetype = 'video';
console.log(filetype);
},
}],
}], ev.currentTarget ?? ev.target);
Expand Down

0 comments on commit dcce9ba

Please sign in to comment.