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); } }