Skip to content

Commit

Permalink
Clean up concept deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesagnew committed Jun 27, 2018
1 parent 050f993 commit 4dca271
Showing 1 changed file with 0 additions and 5 deletions.
Expand Up @@ -1035,11 +1035,6 @@ public void deleteCodeSystemVersion(Long theCodeSystemVersionPid) {
break;
}

for (TermConcept nextConcept : link) {
myConceptPropertyDao.deleteAll(nextConcept.getProperties());
}


myConceptDao.deleteInBatch(link);
myConceptDao.flush();

Expand Down

0 comments on commit 4dca271

Please sign in to comment.