Skip to content

Commit 89e2a61

Browse files
committed
fix: remove logs
1 parent 3e700c7 commit 89e2a61

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/app/reactive/reactive.component.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ export class ReactiveComponent implements OnInit {
5353
*/
5454
submit() {
5555
this.meta.submitted = true;
56-
console.log(this.loginForm);
57-
console.log(this.loginForm.status);
5856
if (this.formStatus) {
5957
window.alert(JSON.stringify(this.loginForm.value));
6058
}

0 commit comments

Comments
 (0)