Skip to content

Commit

Permalink
Merge pull request DSpace#9021 from tdonohue/remove_useless_log
Browse files Browse the repository at this point in the history
Remove useless log.info
  • Loading branch information
tdonohue authored Aug 9, 2023
2 parents bb18ead + 1f3ad99 commit cfcd4b7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ public void addBitstream(Context context, Bundle bundle, Bitstream bitstream)
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()) {
Expand Down

0 comments on commit cfcd4b7

Please sign in to comment.