mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-18 07:23:08 +00:00
removed the log info
This commit is contained in:
@@ -812,7 +812,6 @@ public class ItemServiceImpl extends DSpaceObjectServiceImpl<Item> implements It
|
|||||||
Iterator<RequestItem> requestItems = requestItemService.findByItem(context, item);
|
Iterator<RequestItem> requestItems = requestItemService.findByItem(context, item);
|
||||||
while (requestItems.hasNext()) {
|
while (requestItems.hasNext()) {
|
||||||
RequestItem requestItem = requestItems.next();
|
RequestItem requestItem = requestItems.next();
|
||||||
log.info("Remove Request Item: " + requestItem.getID());
|
|
||||||
requestItemService.delete(context, requestItem);
|
requestItemService.delete(context, requestItem);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user