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:
Michael Busch 2008-05-01 18:59:06 +00:00
parent afa040e9da
commit 38d1caf56f
1 changed files with 1 additions and 4 deletions

View File

@ -199,10 +199,7 @@ public class WeightedSpanTermExtractor {
} finally {
fir.close();
}
} else {
// NO-OP
System.out.println("found none");
}
}
}
/**