codec-memcache: removed println in test case.
This commit is contained in:
parent
5fb7dcc4c6
commit
624b92b4b1
@ -123,7 +123,6 @@ public class BinaryMemcacheDecoderTest {
|
||||
int expectedContentChunks = 4;
|
||||
for (int i = 1; i <= expectedContentChunks; i++) {
|
||||
MemcacheContent content = (MemcacheContent) channel.readInbound();
|
||||
System.out.println(content);
|
||||
if (i < expectedContentChunks) {
|
||||
assertThat(content, instanceOf(MemcacheContent.class));
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user