removing print statememt
Change-Id: I2b3543c41e64ef3f5260661809e85f985cd15e0e
Showing
1 changed file
with
0 additions
and
1 deletions
... | @@ -169,7 +169,6 @@ public class FlowRuleManagerTest { | ... | @@ -169,7 +169,6 @@ public class FlowRuleManagerTest { |
169 | //backing store is sensitive to the order of additions/removals | 169 | //backing store is sensitive to the order of additions/removals |
170 | private boolean validateState(FlowEntryState... state) { | 170 | private boolean validateState(FlowEntryState... state) { |
171 | Iterable<FlowEntry> rules = service.getFlowEntries(DID); | 171 | Iterable<FlowEntry> rules = service.getFlowEntries(DID); |
172 | - System.out.println(rules); | ||
173 | int i = 0; | 172 | int i = 0; |
174 | for (FlowEntry f : rules) { | 173 | for (FlowEntry f : rules) { |
175 | if (f.state() != state[i]) { | 174 | if (f.state() != state[i]) { | ... | ... |
-
Please register or login to post a comment