remove console login log #1147

This commit is contained in:
Eugenio Romano
2016-11-25 16:09:45 +00:00
committed by Mario Romano
parent 5d1e638df1
commit 6006c026dc

View File

@@ -73,7 +73,6 @@ export class LoginDemoComponent implements OnInit {
} }
onLogin($event) { onLogin($event) {
console.log($event);
this.router.navigate(['/home']); this.router.navigate(['/home']);
} }