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++) {
|
for (int i = 0; i < keys.size(); i++) {
|
||||||
String value = values.get(i);
|
String value = values.get(i);
|
||||||
if (value == null) {
|
if (value == null) {
|
||||||
log.warn("Drools does not support null values.");
|
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
result.put(keys.get(i), value);
|
result.put(keys.get(i), value);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user