forked from hazza/dspace-angular
Remove console.log
This commit is contained in:
@@ -113,7 +113,6 @@ export class FullFileSectionComponent extends FileSectionComponent implements On
|
|||||||
}
|
}
|
||||||
|
|
||||||
hasValuesInBundle(bundle: PaginatedList<Bitstream>) {
|
hasValuesInBundle(bundle: PaginatedList<Bitstream>) {
|
||||||
console.log(bundle, hasValue(bundle), hasValue(bundle) && !isEmpty(bundle.page));
|
|
||||||
return hasValue(bundle) && !isEmpty(bundle.page);
|
return hasValue(bundle) && !isEmpty(bundle.page);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user