Jonathan Hart

Remove old debugging log

Change-Id: Id33700442b739acddc96da7d02c157a32305678b
...@@ -115,7 +115,6 @@ public class PartitionManager implements PartitionService { ...@@ -115,7 +115,6 @@ public class PartitionManager implements PartitionService {
115 // ... does it add significant computational complexity? is it worth it? 115 // ... does it add significant computational complexity? is it worth it?
116 //int partition = consistentHash(intentKey.hash(), NUM_PARTITIONS); 116 //int partition = consistentHash(intentKey.hash(), NUM_PARTITIONS);
117 PartitionId id = new PartitionId(partition); 117 PartitionId id = new PartitionId(partition);
118 - log.debug("Getting partition for {}: {}", intentKey, id); //FIXME debug
119 return id; 118 return id;
120 } 119 }
121 120
......