mirror of https://github.com/apache/lucene.git
remove leftover print
This commit is contained in:
parent
7dffaa30fa
commit
c16f73aa91
|
@ -693,7 +693,6 @@ public class TestBKD extends LuceneTestCase {
|
|||
long indexFP;
|
||||
|
||||
if (toMerge != null) {
|
||||
System.out.println("merge " + toMerge.size());
|
||||
if (segCount > 0) {
|
||||
docIDBases.add(lastDocIDBase);
|
||||
toMerge.add(w.finish(out));
|
||||
|
|
Loading…
Reference in New Issue