mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-22 21:01:00 +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());
|
||||
if (entry == null) {
|
||||
log.warn("Cannot find rule {}", rule);
|
||||
System.err.println("Cannot find rule " + rule);
|
||||
//log.warn("Cannot find rule {}", rule);
|
||||
return;
|
||||
}
|
||||
synchronized (entry) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user