Remove shameful System.out.println

This commit is contained in:
Trustin Lee 2012-02-28 16:46:49 -08:00
parent 6fa3e325fc
commit 3e03347fee

View File

@ -453,7 +453,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);