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());
|
cumulation.readerIndex(input.readerIndex());
|
||||||
replayable = new ReplayingDecoderBuffer(cumulation);
|
replayable = new ReplayingDecoderBuffer(cumulation);
|
||||||
} else {
|
} else {
|
||||||
System.out.println("B");
|
|
||||||
ChannelBuffer cumulation = this.cumulation =
|
ChannelBuffer cumulation = this.cumulation =
|
||||||
newCumulationBuffer(ctx, input.readableBytes());
|
newCumulationBuffer(ctx, input.readableBytes());
|
||||||
cumulation.writeBytes(input);
|
cumulation.writeBytes(input);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user