commit | 58e404363f9985fd2af7935c7c143032eceed55f | [log] [tgz] |
---|---|---|
author | Yuta HIGUCHI <y-higuchi@onlab.us> | Sun Oct 19 15:43:41 2014 -0700 |
committer | Yuta HIGUCHI <y-higuchi@onlab.us> | Sun Oct 19 15:43:41 2014 -0700 |
tree | 764811b9015ee346420f0c101e224a9058c12d70 | |
parent | 0ed6a20fac4e4f7b73cb32c629092b66f5957c99 [diff] |
remove debug log Change-Id: I2389df3d5ce272f8767f4f63682e4fc5e52401ab
diff --git a/core/store/trivial/src/main/java/org/onlab/onos/store/trivial/impl/SimpleFlowRuleStore.java b/core/store/trivial/src/main/java/org/onlab/onos/store/trivial/impl/SimpleFlowRuleStore.java index 60d9b168..b6ebda4 100644 --- a/core/store/trivial/src/main/java/org/onlab/onos/store/trivial/impl/SimpleFlowRuleStore.java +++ b/core/store/trivial/src/main/java/org/onlab/onos/store/trivial/impl/SimpleFlowRuleStore.java
@@ -135,8 +135,7 @@ 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) {