remove accidental System.out.println

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@953634 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2010-06-11 09:51:03 +00:00
parent 390fbf21d2
commit 7fe6c0fb24
1 changed files with 0 additions and 1 deletions

View File

@ -457,7 +457,6 @@ public class ConcurrentMergeScheduler extends MergeScheduler {
/** Called when an exception is hit in a background merge
* thread */
protected void handleMergeException(Throwable exc) {
System.out.println("HANDLE " + exc);
try {
// When an exception is hit during merge, IndexWriter
// removes any partial files and then allows another