removed debug print from test
This commit is contained in:
parent
f1fc661a2c
commit
232ca134fc
|
@ -240,7 +240,7 @@ public class AsyncServletIOTest
|
|||
int w=0;
|
||||
for (String line : list)
|
||||
{
|
||||
System.err.println(line);
|
||||
// System.err.println(line);
|
||||
if ("-".equals(line))
|
||||
continue;
|
||||
assertEquals(writes[w],line.length());
|
||||
|
|
Loading…
Reference in New Issue