Skip to content

Commit

Permalink
chore: remove console code
Browse files Browse the repository at this point in the history
  • Loading branch information
raoanqi committed Dec 26, 2024
1 parent 461caff commit 9ef5b24
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/views/login/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ const immediateDebounce: any = debounce(
);
useEventListener(document, "keydown", ({ code }) => {
console.log(code);
if (
["Enter", "NumpadEnter"].includes(code) &&
!disabled.value &&
Expand Down

0 comments on commit 9ef5b24

Please sign in to comment.