Skip to content

Commit

Permalink
Merge branch 'DSpace:main' into 8985-build_fails_when_versioning_is_d…
Browse files Browse the repository at this point in the history
…isabled
  • Loading branch information
mirkoscherf authored Jul 27, 2023
2 parents 92c38de + 380e838 commit 10cf254
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 10cf254

Please sign in to comment.