Skip to content

Commit

Permalink
Remove missed console logging debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasjelonek committed Aug 31, 2023
1 parent 4ad6a34 commit 9486eba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/views/search/SearchView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ function search() {
.then((r) => (entries.value = r.results));
}
function handleKey(evt: KeyboardEvent) {
console.log(evt);
if (evt.key === "Enter") {
search();
evt.preventDefault();
Expand Down

0 comments on commit 9486eba

Please sign in to comment.