removing extraneous log stmt
Change-Id: I9d022036cf0b4912bce7f95fadc1a5757270a3c7
Showing
1 changed file
with
0 additions
and
1 deletions
| ... | @@ -252,7 +252,6 @@ implements FlowRuleService, FlowRuleProviderRegistry { | ... | @@ -252,7 +252,6 @@ implements FlowRuleService, FlowRuleProviderRegistry { |
| 252 | } | 252 | } |
| 253 | } | 253 | } |
| 254 | for (FlowRule rule : storedRules) { | 254 | for (FlowRule rule : storedRules) { |
| 255 | - log.info("missing rule is {}", rule); | ||
| 256 | // there are rules in the store that aren't on the switch | 255 | // there are rules in the store that aren't on the switch |
| 257 | flowMissing(rule); | 256 | flowMissing(rule); |
| 258 | 257 | ... | ... |
-
Please register or login to post a comment