Skip to content

Commit

Permalink
Merge pull request DSpace#8950 from saschaszott/patch-13
Browse files Browse the repository at this point in the history
code cleanup: remove obsolete code fragments in ItemIndexFactoryImpl
  • Loading branch information
tdonohue authored Jul 27, 2023
2 parents e8d78a5 + 4b0601e commit 380e838
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,13 +172,6 @@ public SolrInputDocument buildDocument(Context context, IndexableItem indexableI
addNamedResourceTypeIndex(doc, acvalue);
}

// write the index and close the inputstreamreaders
try {
log.info("Wrote Item: " + item.getID() + " to Index");
} catch (RuntimeException e) {
log.error("Error while writing item to discovery index: " + item.getID() + " message:"
+ e.getMessage(), e);
}
return doc;
}

Expand Down

0 comments on commit 380e838

Please sign in to comment.