mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
Remove console.log
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user