Skip to content

Commit

Permalink
remove some logging
Browse files Browse the repository at this point in the history
  • Loading branch information
qqmyers committed Dec 10, 2024
1 parent 9f648ef commit 1cf7300
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -179,16 +179,6 @@ public Dataset execute(CommandContext ctxt) throws CommandException {
editVersion.setDatasetFields(mergedFields);
}

editVersion.getDatasetFields().forEach(df -> {
df.getControlledVocabularyValues().forEach(cvv -> {
logger.info("cvv " + cvv.getId() + " on df " + df.getId() + " at "
+ (System.currentTimeMillis() - startTime));
logger.info("df is merged: " + ctxt.em().contains(df));
logger.info("cvv is merged: " + ctxt.em().contains(cvv));

});
});

// ToDo - only needed if editVersion wasn't persisted
if (!dvDifference.getChangedTermsAccess().isEmpty()) {
// Update the access terms of the dataset version
Expand Down

0 comments on commit 1cf7300

Please sign in to comment.