removed a left over debug log

This commit is contained in:
Boaz Leskes 2013-12-17 16:27:25 +01:00
parent 33bb2ecfa8
commit ae09f85c9e
1 changed files with 0 additions and 1 deletions

View File

@ -121,7 +121,6 @@ public class TransportClusterStatsAction extends TransportNodesOperationAction<C
continue;
}
for (IndexShard indexShard : indexService) {
logger.warn("" + indexShard.shardId() + " " + indexShard.state());
if (indexShard.routingEntry().active()) {
// only report on fully started shards
shardsStats.add(new ShardStats(indexShard, SHARD_STATS_FLAGS));