From cfadb4314ead392fbef7edfbc8838dba50175d99 Mon Sep 17 00:00:00 2001 From: Yana De Pauw Date: Mon, 21 Sep 2020 14:24:43 +0200 Subject: [PATCH] Remove 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 d3260f7ec3..bd3b2f7063 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 @@ -113,7 +113,6 @@ export class FullFileSectionComponent extends FileSectionComponent implements On } hasValuesInBundle(bundle: PaginatedList) { - console.log(bundle, hasValue(bundle), hasValue(bundle) && !isEmpty(bundle.page)); return hasValue(bundle) && !isEmpty(bundle.page); } }