DEV: Debug

This commit is contained in:
deiflaender 2020-07-21 15:21:38 +02:00
parent c98f1d5e37
commit 36d730c23a

View File

@ -184,6 +184,7 @@ public class AnnotationHighlightService {
if (!entity.isRedaction()) { if (!entity.isRedaction()) {
return new float[]{0.627f, 0.627f, 0.627f}; return new float[]{0.627f, 0.627f, 0.627f};
} }
log.info("getting color for " + entity);
return dictionaryService.getEntryColors().get(entity.getType()); return dictionaryService.getEntryColors().get(entity.getType());
} }