[CST-4058] lint errors fixed

This commit is contained in:
Davide Negretti
2021-08-24 17:53:43 +02:00
parent cbbac01313
commit 4b3e0e8d09

View File

@@ -193,7 +193,6 @@ export class GroupFormComponent implements OnInit, OnDestroy {
this.groupDescription,
];
this.formGroup = this.formBuilderService.createFormGroup(this.formModel);
debugger;
this.subs.push(
observableCombineLatest(
this.groupDataService.getActiveGroup(),