disable debugging output during test
This commit is contained in:
parent
d7da19f745
commit
8f612660b2
@ -733,7 +733,6 @@ public abstract class AbstractCompositeByteBufTest extends AbstractByteBufTest {
|
||||
TestGatheringByteChannel channel = new TestGatheringByteChannel(1);
|
||||
|
||||
while (buf.isReadable()) {
|
||||
System.out.println(buf.nioBuffers().length);
|
||||
buf.readBytes(channel, buf.readableBytes());
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user