disable debugging output during test

This commit is contained in:
Bill Gallagher 2013-10-02 13:10:26 -04:00 committed by Norman Maurer
parent d7da19f745
commit 8f612660b2

View File

@ -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());
}