Remove console.log

This commit is contained in:
Yana De Pauw
2020-09-21 14:24:43 +02:00
parent dfbbd98862
commit cfadb4314e

View File

@@ -113,7 +113,6 @@ export class FullFileSectionComponent extends FileSectionComponent implements On
}
hasValuesInBundle(bundle: PaginatedList<Bitstream>) {
console.log(bundle, hasValue(bundle), hasValue(bundle) && !isEmpty(bundle.page));
return hasValue(bundle) && !isEmpty(bundle.page);
}
}