cleaned up debugging remnants

This commit is contained in:
lotte
2021-04-01 14:23:02 +02:00
parent 7c5dbae549
commit d3763ea642

View File

@@ -138,10 +138,8 @@ export class SubmissionFormComponent implements OnChanges, OnDestroy {
return observableOf([]); return observableOf([]);
} }
})); }));
debugger;
this.uploadEnabled$ = this.sectionsService.isSectionAvailable(this.submissionId, SectionsType.Upload); this.uploadEnabled$ = this.sectionsService.isSectionAvailable(this.submissionId, SectionsType.Upload);
this.uploadEnabled$.subscribe((t) => {console.log('this.uploadEnabled$', t)});
// check if is submission loading // check if is submission loading
this.loading = this.submissionService.getSubmissionObject(this.submissionId).pipe( this.loading = this.submissionService.getSubmissionObject(this.submissionId).pipe(
filter(() => this.isActive), filter(() => this.isActive),