mirror of https://github.com/apache/lucene.git
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:
parent
390fbf21d2
commit
7fe6c0fb24
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue