Skip to content

Commit

Permalink
feat: delete useless log
Browse files Browse the repository at this point in the history
  • Loading branch information
kungfuboy committed Feb 15, 2023
1 parent cfe1f2f commit d878582
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ export class TraceDirective {
}

@HostListener('keydown')
tKeyDown() {
console.log('keydown');
}
tKeyDown() {}

@HostListener('focus', ['$event'])
onFocus(event) {
Expand Down

0 comments on commit d878582

Please sign in to comment.