commit | 9dc1b0ece514ac645e046e5f2b97d7558146a9ee | [log] [tgz] |
---|---|---|
author | alshabib <alshabibi.ali@gmail.com> | Mon Oct 13 14:25:46 2014 -0700 |
committer | alshabib <alshabibi.ali@gmail.com> | Mon Oct 13 14:25:46 2014 -0700 |
tree | 502776adcc5aaf857d6fa9b0c3fcb19b623ce95b | |
parent | 94cf3c557b6d600f182fc4c9ee2ca5cb404a19af [diff] |
removing print statememt Change-Id: I2b3543c41e64ef3f5260661809e85f985cd15e0e
diff --git a/core/net/src/test/java/org/onlab/onos/net/flow/impl/FlowRuleManagerTest.java b/core/net/src/test/java/org/onlab/onos/net/flow/impl/FlowRuleManagerTest.java index 2d7b374..68223f0 100644 --- a/core/net/src/test/java/org/onlab/onos/net/flow/impl/FlowRuleManagerTest.java +++ b/core/net/src/test/java/org/onlab/onos/net/flow/impl/FlowRuleManagerTest.java
@@ -169,7 +169,6 @@ //backing store is sensitive to the order of additions/removals private boolean validateState(FlowEntryState... state) { Iterable<FlowEntry> rules = service.getFlowEntries(DID); - System.out.println(rules); int i = 0; for (FlowEntry f : rules) { if (f.state() != state[i]) {