Remove redundant warn message
This commit is contained in:
parent
a151a13b4c
commit
32aa500983
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user