Remove System.out.println(...) debug messages
This commit is contained in:
parent
d2b8560a76
commit
19a1b603d0
@ -1949,9 +1949,7 @@ public abstract class AbstractByteBufTest {
|
||||
@Test
|
||||
public void testLittleEndianWithExpand() {
|
||||
ByteBuf buffer = releaseLater(newBuffer(0)).order(LITTLE_ENDIAN);
|
||||
System.out.println(buffer.getClass());
|
||||
buffer.writeInt(0x12345678);
|
||||
System.out.println(ByteBufUtil.hexDump(buffer));
|
||||
assertEquals("78563412", ByteBufUtil.hexDump(buffer));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user