Remove some debugging cruft (#10229)
Motivation: RtspDecoderTest did include a println(...) call which was a left over from debugging. Modifications: Remove println(...) Result: Cleanup
This commit is contained in:
parent
987a68eb02
commit
ff36f2826c
@ -59,7 +59,6 @@ public class RtspDecoderTest {
|
||||
Unpooled.wrappedBuffer(data2));
|
||||
|
||||
HttpObject res1 = ch.readInbound();
|
||||
System.out.println(res1);
|
||||
assertNotNull(res1);
|
||||
assertTrue(res1 instanceof FullHttpRequest);
|
||||
((FullHttpRequest) res1).release();
|
||||
|
Loading…
Reference in New Issue
Block a user