no jira - remove extraneous printStackTrace, ex is propagated up

This commit is contained in:
gtully 2019-04-18 14:38:30 +01:00
parent 487d4a112e
commit 30abc45f62
1 changed files with 0 additions and 1 deletions

View File

@ -134,7 +134,6 @@ public class SelectorWorker implements Runnable {
}
}
} catch (Throwable e) {
e.printStackTrace();
// Notify all the selections that the error occurred.
Set<SelectionKey> keys = selector.keys();
for (Iterator<SelectionKey> i = keys.iterator(); i.hasNext();) {