diff --git a/demo-shell-ng2/app/components/login/login-demo.component.ts b/demo-shell-ng2/app/components/login/login-demo.component.ts index 868b866608..f11e33dcae 100644 --- a/demo-shell-ng2/app/components/login/login-demo.component.ts +++ b/demo-shell-ng2/app/components/login/login-demo.component.ts @@ -73,7 +73,6 @@ export class LoginDemoComponent implements OnInit { } onLogin($event) { - console.log($event); this.router.navigate(['/home']); }