RED-5473: removed unnecessary log of typeslist
This commit is contained in:
parent
e7a05a670e
commit
e21e74bff3
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user