From e1b3c971c36cd18c75f2fd5292fc3ca1ef573a91 Mon Sep 17 00:00:00 2001 From: Lotte Hofstede Date: Tue, 30 May 2017 11:23:22 +0200 Subject: [PATCH] removed console log --- .../field-components/file-section/full-file-section.component.ts | 1 - 1 file changed, 1 deletion(-) 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 =>