comment out debug sys out

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1235988 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2012-01-25 23:26:37 +00:00
parent e4cc1d009c
commit b87045f8f1
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ final class ShardLeaderElectionContext extends ShardLeaderElectionContextBase {
}
// should I be leader?
if (weAreReplacement && !shouldIBeLeader(leaderProps)) {
System.out.println("there is a better leader candidate it appears");
// System.out.println("there is a better leader candidate it appears");
rejoinLeaderElection(leaderSeqPath, core);
return;
}