Skip to content

Commit

Permalink
Remove extraneous logging
Browse files Browse the repository at this point in the history
  • Loading branch information
rskarbez committed Feb 8, 2017
1 parent f371a12 commit da56fd2
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1067,14 +1067,10 @@ MetadataMergeResult mergeTemplateListAndAVUs(
returnList.addAll(templateMap.values());

for (MetadataTemplate mt : returnList) {
log.info("XXXXX In returnList loop, mt.getType() = {}",
mt.getType());
if (mt.getType() == TemplateTypeEnum.FORM_BASED) {
for (MetadataElement me : ((FormBasedMetadataTemplate) mt)
.getElements()) {
if (me.getType() == ElementTypeEnum.REF_IRODS_QUERY) {
log.info("XXXXX In REF_IRODS_QUERY, avuValue = {}",
me.getCurrentValue());
me.setDisplayValue(getValueFromRefQuery(
me.getCurrentValue(), irodsAbsolutePath));
}
Expand Down

0 comments on commit da56fd2

Please sign in to comment.