mirror of https://github.com/apache/lucene.git
SOLR-8878: Remove debugging
This commit is contained in:
parent
f86ac58a5a
commit
5a40ae0305
|
@ -266,7 +266,6 @@ public class DaemonStream extends TupleStream implements Expressible {
|
|||
}
|
||||
}
|
||||
} catch (IOException e) {
|
||||
e.printStackTrace();
|
||||
exception = e;
|
||||
logger.error("Error in DaemonStream:" + id, e);
|
||||
++errors;
|
||||
|
@ -275,7 +274,6 @@ public class DaemonStream extends TupleStream implements Expressible {
|
|||
break OUTER;
|
||||
}
|
||||
} catch (Throwable t) {
|
||||
t.printStackTrace();
|
||||
logger.error("Fatal Error in DaemonStream:" + id, t);
|
||||
//For anything other then IOException break out of the loop and shutdown the thread.
|
||||
break OUTER;
|
||||
|
|
Loading…
Reference in New Issue