mirror of https://github.com/apache/lucene.git
removed println
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1432058 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f41e563d7d
commit
faad008d7f
|
@ -47,8 +47,6 @@ public class TestZKPropertiesWriter extends AbstractDataImportHandlerTestCase {
|
|||
|
||||
@BeforeClass
|
||||
public static void dihZk_beforeClass() throws Exception {
|
||||
System.out.println("Initializing DIH ZK stuff");
|
||||
|
||||
createTempDir();
|
||||
zkDir = dataDir.getAbsolutePath() + File.separator
|
||||
+ "zookeeper/server1/data";
|
||||
|
|
Loading…
Reference in New Issue