Skip to content

Commit

Permalink
removed some commented out debug print stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
dustin committed Oct 9, 2007
1 parent 887b05a commit 74fb2c5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/java/net/spy/memcached/KetamaNodeLocator.java
Expand Up @@ -55,12 +55,6 @@ public KetamaNodeLocator(List<MemcachedNode> nodes, HashAlgorithm alg) {
}
}
assert ketamaNodes.size() == NUM_REPS * nodes.size();
/*
for(Map.Entry<Long, MemcachedNode> me : ketamaNodes.entrySet()) {
System.out.println(me.getKey() + "\t"
+ me.getValue().getSocketAddress());
}
*/
}

public Collection<MemcachedNode> getAll() {
Expand Down

0 comments on commit 74fb2c5

Please sign in to comment.