mirror of https://github.com/apache/lucene.git
remove extra print
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@982289 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f36a069d11
commit
25e406fdf6
|
@ -197,7 +197,6 @@ public class LuceneTestCaseJ4 {
|
|||
|
||||
// returns current PreFlex codec
|
||||
static void removeTestCodecs(String codec) {
|
||||
System.out.println("remove");
|
||||
final CodecProvider cp = CodecProvider.getDefault();
|
||||
if (codec.equals("PreFlex")) {
|
||||
final Codec preFlex = cp.lookup("PreFlex");
|
||||
|
|
Loading…
Reference in New Issue