remove debug println

This commit is contained in:
Xavier Léauté 2014-07-24 16:49:09 -07:00
parent 9c36014645
commit 85f739797f
1 changed files with 0 additions and 9 deletions

View File

@ -242,15 +242,6 @@ public class CachingClusteredClient<T> implements QueryRunner<T>
}
descriptors.add(segment.rhs);
System.out.println(
String.format(
"Server %s has %s_%s_%s",
server.getHost(),
segment.rhs.getInterval(),
segment.rhs.getPartitionNumber(),
segment.rhs.getVersion()
)
);
}
}