mirror of
https://github.com/apache/lucene.git
synced 2025-03-05 15:59:25 +00:00
Removed sysout.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1327555 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
13653afe5c
commit
61ff5c8704
@ -408,7 +408,6 @@ public abstract class LuceneTestCase extends Assert {
|
||||
savedCodec = Codec.getDefault();
|
||||
final Codec codec;
|
||||
int randomVal = random().nextInt(10);
|
||||
System.out.println("randomVal: " + randomVal);
|
||||
|
||||
if ("Lucene3x".equals(TEST_CODEC) || ("random".equals(TEST_CODEC) && randomVal < 2)) { // preflex-only setup
|
||||
codec = Codec.forName("Lucene3x");
|
||||
|
Loading…
x
Reference in New Issue
Block a user