commit | 5e3cc58321b8e1864edf8b34c0b3ad46edfbab46 | [log] [tgz] |
---|---|---|
author | alshabib <alshabibi.ali@gmail.com> | Thu Sep 25 14:50:54 2014 -0700 |
committer | alshabib <alshabibi.ali@gmail.com> | Thu Sep 25 14:50:54 2014 -0700 |
tree | 1d0b4028923a0a3bdd05032575f6063eb81aa879 | |
parent | 25182651c4d114818439f6f19dc1a6a15d240851 [diff] |
removing extraneous log stmt Change-Id: I9d022036cf0b4912bce7f95fadc1a5757270a3c7
diff --git a/core/net/src/main/java/org/onlab/onos/net/flow/impl/FlowRuleManager.java b/core/net/src/main/java/org/onlab/onos/net/flow/impl/FlowRuleManager.java index 8513a2e..4babb50 100644 --- a/core/net/src/main/java/org/onlab/onos/net/flow/impl/FlowRuleManager.java +++ b/core/net/src/main/java/org/onlab/onos/net/flow/impl/FlowRuleManager.java
@@ -252,7 +252,6 @@ } } for (FlowRule rule : storedRules) { - log.info("missing rule is {}", rule); // there are rules in the store that aren't on the switch flowMissing(rule);