mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-23 05:11:04 +02:00
remove debug log
Change-Id: I2389df3d5ce272f8767f4f63682e4fc5e52401ab
This commit is contained in:
parent
0ed6a20fac
commit
58e404363f
@ -135,8 +135,7 @@ public class SimpleFlowRuleStore
|
|||||||
|
|
||||||
FlowEntry entry = getFlowEntry(rule.deviceId(), rule.id());
|
FlowEntry entry = getFlowEntry(rule.deviceId(), rule.id());
|
||||||
if (entry == null) {
|
if (entry == null) {
|
||||||
log.warn("Cannot find rule {}", rule);
|
//log.warn("Cannot find rule {}", rule);
|
||||||
System.err.println("Cannot find rule " + rule);
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
synchronized (entry) {
|
synchronized (entry) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user