Removed System.println

This commit is contained in:
Trustin Lee 2009-06-04 06:15:44 +00:00
parent df06536818
commit 7739f02423

View File

@ -89,7 +89,6 @@ public class CompatibleObjectDecoder extends ReplayingDecoder<CompatibleObjectDe
protected Object decode(
ChannelHandlerContext ctx, Channel channel, ChannelBuffer buffer, CompatibleObjectDecoderState state) throws Exception {
bin.switchStream(new ChannelBufferInputStream(buffer));
System.out.println(buffer);
switch (state) {
case READ_HEADER:
oin = newObjectInputStream(bin);