mirror of https://github.com/apache/druid.git
remove debug println
This commit is contained in:
parent
9c36014645
commit
85f739797f
|
@ -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()
|
||||
)
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue