[#2161] Reduce the verbosity of the autobahntestsuite by eliminate the printed stacktraces

This commit is contained in:
Norman Maurer 2014-01-28 06:57:39 +01:00
parent 35525afda3
commit 928901c593

View File

@ -138,7 +138,6 @@ public class AutobahnServerHandler extends ChannelHandlerAdapter {
@Override
public void exceptionCaught(ChannelHandlerContext ctx, Throwable cause) throws Exception {
cause.printStackTrace();
ctx.close();
}