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