Skip to content

Commit

Permalink
docs: remove console.log in example (#446)
Browse files Browse the repository at this point in the history
  • Loading branch information
timdeschryver committed Apr 11, 2024
1 parent 8897b49 commit e49d2ce
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions apps/example-app-karma/src/app/examples/login-form.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,7 @@ class LoginComponent {
});

constructor(private fb: FormBuilder) {}

blurred() {
console.log('aaaaaaaaac');
console.log('aaaaaaaaac');
console.log('aaaaaaaaac');
console.log('aaaaaaaaac');
console.log('aaaaaaaaac');
console.log('aaaaaaaaac');
console.log('aaaaaaaaac');
}

get email(): FormControl {
return this.form.get('email') as FormControl;
}
Expand Down

0 comments on commit e49d2ce

Please sign in to comment.