Remove useless log.info

(cherry picked from commit 1f3ad993cc)
This commit is contained in:
Tim Donohue
2023-08-08 16:43:12 -05:00
committed by github-actions[bot]
parent e3186cbbb1
commit b5f2f67ead

View File

@@ -194,7 +194,6 @@ public class BundleServiceImpl extends DSpaceObjectServiceImpl<Bundle> implement
List<Group> defaultBitstreamReadGroups =
authorizeService.getAuthorizedGroups(context, owningCollection,
Constants.DEFAULT_BITSTREAM_READ);
log.info(defaultBitstreamReadGroups.size());
// If this collection is configured with a DEFAULT_BITSTREAM_READ group, overwrite the READ policy
// inherited from the bundle with this policy.
if (!defaultBitstreamReadGroups.isEmpty()) {