Removed println
This commit is contained in:
parent
5fdce19902
commit
284fc4db44
@ -333,8 +333,6 @@ public class ServerBootstrap extends Bootstrap {
|
||||
public void exceptionCaught(
|
||||
ChannelHandlerContext ctx, ExceptionEvent e)
|
||||
throws Exception {
|
||||
System.err.println(e);
|
||||
e.getCause().printStackTrace();
|
||||
boolean finished = futureQueue.offer(failedFuture(e.getChannel(), e.getCause()));
|
||||
assert finished;
|
||||
ctx.sendUpstream(e);
|
||||
|
Loading…
Reference in New Issue
Block a user