mirror of https://github.com/apache/lucene.git
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,9 +199,6 @@ public class WeightedSpanTermExtractor {
|
|||
} finally {
|
||||
fir.close();
|
||||
}
|
||||
} else {
|
||||
// NO-OP
|
||||
System.out.println("found none");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue