Yuta HIGUCHI

remove debug log

Change-Id: I2389df3d5ce272f8767f4f63682e4fc5e52401ab
...@@ -135,8 +135,7 @@ public class SimpleFlowRuleStore ...@@ -135,8 +135,7 @@ public class SimpleFlowRuleStore
135 135
136 FlowEntry entry = getFlowEntry(rule.deviceId(), rule.id()); 136 FlowEntry entry = getFlowEntry(rule.deviceId(), rule.id());
137 if (entry == null) { 137 if (entry == null) {
138 - log.warn("Cannot find rule {}", rule); 138 + //log.warn("Cannot find rule {}", rule);
139 - System.err.println("Cannot find rule " + rule);
140 return; 139 return;
141 } 140 }
142 synchronized (entry) { 141 synchronized (entry) {
......