Yuta HIGUCHI

remove debug log

Change-Id: I2389df3d5ce272f8767f4f63682e4fc5e52401ab
......@@ -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) {
......