mirror of
https://github.com/apache/lucene.git
synced 2025-02-23 18:55:50 +00:00
LUCENE-1277: Remove println in highlighter
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@652625 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
afa040e9da
commit
38d1caf56f
@ -199,10 +199,7 @@ public class WeightedSpanTermExtractor {
|
||||
} finally {
|
||||
fir.close();
|
||||
}
|
||||
} else {
|
||||
// NO-OP
|
||||
System.out.println("found none");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user