SOLR-8878: Remove debugging

This commit is contained in:
jbernste 2016-03-20 22:19:38 -04:00
parent f86ac58a5a
commit 5a40ae0305
1 changed files with 0 additions and 2 deletions

View File

@ -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;