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:
Dawid Weiss 2012-04-18 16:01:58 +00:00
parent 13653afe5c
commit 61ff5c8704

View File

@ -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");