From 3178fcc7e6f1094962ffcc0c5142af60d47375ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20T=C3=B3th?= Date: Fri, 16 Feb 2018 10:20:17 +0100 Subject: [PATCH] Remove unused title attribute from AppComponent --- src/app/app.component.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/app/app.component.ts b/src/app/app.component.ts index 7cb41b3..420842d 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -8,8 +8,6 @@ import { FSMUpdateService } from './fsmupdate.service'; styleUrls: ['./app.component.scss'] }) export class AppComponent implements OnInit { - title = 'app'; - constructor(private webSocketService: WebSocketService, private fsmUpdateService: FSMUpdateService) {} ngOnInit() {