fixing up informational logging message
This commit is contained in:
parent
b2979b462e
commit
c444dc8a67
1 changed files with 1 additions and 4 deletions
|
@ -349,10 +349,7 @@ public void updateVitroAnnotationsModel() throws IOException {
|
|||
siteModel.remove(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 {
|
||||
siteModel.leaveCriticalSection();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue