commit | 04662935457a64f00865fd05108f26af5daed6f1 | [log] [tgz] |
---|---|---|
author | Jonathan Hart <jono@onlab.us> | Fri Apr 03 11:30:11 2015 -0700 |
committer | Jonathan Hart <jono@onlab.us> | Fri Apr 03 11:30:11 2015 -0700 |
tree | 4b379727001f3ccc33716f307b7f3dc75d7e4a48 | |
parent | aabee15b2923ab64ba53051a58be3029296982b8 [diff] |
Remove old debugging log Change-Id: Id33700442b739acddc96da7d02c157a32305678b
diff --git a/core/store/dist/src/main/java/org/onosproject/store/intent/impl/PartitionManager.java b/core/store/dist/src/main/java/org/onosproject/store/intent/impl/PartitionManager.java index 36475b8..bb3d602 100644 --- a/core/store/dist/src/main/java/org/onosproject/store/intent/impl/PartitionManager.java +++ b/core/store/dist/src/main/java/org/onosproject/store/intent/impl/PartitionManager.java
@@ -115,7 +115,6 @@ // ... does it add significant computational complexity? is it worth it? //int partition = consistentHash(intentKey.hash(), NUM_PARTITIONS); PartitionId id = new PartitionId(partition); - log.debug("Getting partition for {}: {}", intentKey, id); //FIXME debug return id; }