RED-5473: removed unnecessary log of typeslist

This commit is contained in:
Ali Oezyetimoglu 2022-12-05 14:33:05 +01:00
parent e7a05a670e
commit e21e74bff3

View File

@ -328,10 +328,6 @@ public class ReportGenerationService {
typeList.addAll(dictionaryClient.getAllTypesForDossier(dossierId, false));
typeList.addAll(dictionaryClient.getAllTypesForDossierTemplate(dossierClient.getDossierById(dossierId, true, false).getDossierTemplateId(), false));
// TODO: remove 2 lines
var a = typeList.stream().map(Type::getType).collect(Collectors.toList());
log.info("typeList: {}", a);
Map<String, String> mapOfEntityDisplayName = new HashMap<>();
for (var type : typeList) {