Skip to content

Commit

Permalink
Remove unnecessary console log
Browse files Browse the repository at this point in the history
  • Loading branch information
kylanhurt committed Dec 5, 2023
1 parent 3f89b6a commit 1f48336
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/HeaderSearch.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ export default defineComponent({
const isLoading = ref(false);
const fetchData = async () => {
console.log('watching input value change');
if (inputValue.value === '') {
options.value = [];
return;
Expand Down

0 comments on commit 1f48336

Please sign in to comment.