Removed unnecessary printStackTrace

This commit is contained in:
Trustin Lee 2009-08-27 06:24:14 +00:00
parent df72c4b7ee
commit b083f9eb2e

View File

@ -191,7 +191,6 @@ public class ChunkedWriteHandler implements ChannelUpstreamHandler, ChannelDowns
this.currentEvent = null;
currentEvent.getFuture().setFailure(t);
t.printStackTrace();
fireExceptionCaught(ctx, t);
closeInput(chunks);