diff --git a/src/app/item-page/full/field-components/file-section/full-file-section.component.ts b/src/app/item-page/full/field-components/file-section/full-file-section.component.ts index 3d2c85c801..0765ffa0dc 100644 --- a/src/app/item-page/full/field-components/file-section/full-file-section.component.ts +++ b/src/app/item-page/full/field-components/file-section/full-file-section.component.ts @@ -33,7 +33,6 @@ export class FullFileSectionComponent extends FileSectionComponent { initialize(): void { const originals = this.item.getFiles("ORIGINAL"); const licenses = this.item.getFiles("LICENSE"); - licenses.subscribe(licenses => console.log(licenses)); this.files = Observable.combineLatest(originals, licenses, (originals, licenses) => [...originals, ...licenses]); this.files.subscribe( files =>