Skip to content

Commit

Permalink
disable debugging output during test
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill Gallagher authored and Norman Maurer committed Oct 4, 2013
1 parent d7da19f commit 8f61266
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,6 @@ private static void testGatheringWritesPartial(ByteBuf buf1, ByteBuf buf2, boole
TestGatheringByteChannel channel = new TestGatheringByteChannel(1);

while (buf.isReadable()) {
System.out.println(buf.nioBuffers().length);
buf.readBytes(channel, buf.readableBytes());
}

Expand Down

0 comments on commit 8f61266

Please sign in to comment.