Remove shameful System.out.println
This commit is contained in:
parent
c2d2f0b254
commit
fb4ee5207c
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user