alshabib

removing extraneous log stmt

Change-Id: I9d022036cf0b4912bce7f95fadc1a5757270a3c7
......@@ -252,7 +252,6 @@ implements FlowRuleService, FlowRuleProviderRegistry {
}
}
for (FlowRule rule : storedRules) {
log.info("missing rule is {}", rule);
// there are rules in the store that aren't on the switch
flowMissing(rule);
......