mirror of https://github.com/apache/lucene.git
comment out sys out
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1305907 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
bca62a44d3
commit
ce1cead6eb
|
@ -158,7 +158,7 @@ public class BasicZkTest extends AbstractZkTestCase {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
zkController.getZkClient().printLayoutToStdOut();
|
//zkController.getZkClient().printLayoutToStdOut();
|
||||||
}
|
}
|
||||||
|
|
||||||
public SolrQueryRequest request(String... q) {
|
public SolrQueryRequest request(String... q) {
|
||||||
|
|
Loading…
Reference in New Issue