Remove unused method.

This commit is contained in:
Alexis Lahouze 2017-08-01 23:25:29 +02:00
parent 3e6cadffbd
commit 1310807939
1 changed files with 0 additions and 4 deletions

View File

@ -59,10 +59,6 @@ export class ScheduleListComponent implements OnInit {
private route: ActivatedRoute,
) {}
$onInit() {
this.ngOnInit();
}
ngOnInit() {
this.logger.log("ngOnInit");
this.accountId = +this.route.snapshot.paramMap.get('accountId')