mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-19 04:55:01 +00:00
removed debug print from test
This commit is contained in:
parent
f1fc661a2c
commit
232ca134fc
@ -240,7 +240,7 @@ public class AsyncServletIOTest
|
|||||||
int w=0;
|
int w=0;
|
||||||
for (String line : list)
|
for (String line : list)
|
||||||
{
|
{
|
||||||
System.err.println(line);
|
// System.err.println(line);
|
||||||
if ("-".equals(line))
|
if ("-".equals(line))
|
||||||
continue;
|
continue;
|
||||||
assertEquals(writes[w],line.length());
|
assertEquals(writes[w],line.length());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user