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