Remove shameful System.out.println

This commit is contained in:
Trustin Lee 2012-02-28 16:47:12 -08:00
parent c2d2f0b254
commit fb4ee5207c

View File

@ -452,7 +452,6 @@ public abstract class ReplayingDecoder<T extends Enum<T>>
cumulation.readerIndex(input.readerIndex());
replayable = new ReplayingDecoderBuffer(cumulation);
} else {
System.out.println("B");
ChannelBuffer cumulation = this.cumulation =
newCumulationBuffer(ctx, input.readableBytes());
cumulation.writeBytes(input);