Remove redundant warn message

This commit is contained in:
Thierry Göckel 2020-08-13 11:04:56 +02:00
parent a151a13b4c
commit 32aa500983

View File

@ -122,7 +122,6 @@ public class EntityRedactionService {
for (int i = 0; i < keys.size(); i++) {
String value = values.get(i);
if (value == null) {
log.warn("Drools does not support null values.");
continue;
}
result.put(keys.get(i), value);