Remove log.warn from EdgeContextComponent
This commit is contained in:
parent
8abaf9e0e8
commit
eaad063096
@ -107,8 +107,6 @@ public class EdgeContextComponent {
|
|||||||
EdgeEventType eventType = processor.getEdgeEventType();
|
EdgeEventType eventType = processor.getEdgeEventType();
|
||||||
if (eventType != null) {
|
if (eventType != null) {
|
||||||
processorMap.put(eventType, processor);
|
processorMap.put(eventType, processor);
|
||||||
} else {
|
|
||||||
log.warn("Processor {} does not specify a supported EdgeEventType", processor.getClass().getSimpleName());
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user