fixing up informational logging message

This commit is contained in:
sjm222 2011-01-12 17:20:06 +00:00
parent b2979b462e
commit c444dc8a67

View file

@ -349,11 +349,8 @@ public void updateVitroAnnotationsModel() throws IOException {
siteModel.remove(retractions); siteModel.remove(retractions);
record.recordRetractions(retractions); record.recordRetractions(retractions);
// log summary of changes
if (retractions.size() > 0) {
logger.log("Removed " + count + " Class Group" + (count > 1 ? "s" : "") + " from the annotations model."); logger.log("Removed " + count + " Class Group" + (count > 1 ? "s" : "") + " from the annotations model.");
} }
}
} finally { } finally {
siteModel.leaveCriticalSection(); siteModel.leaveCriticalSection();
} }