removed debug print from test

This commit is contained in:
Greg Wilkins 2013-12-02 18:49:23 +11:00
parent f1fc661a2c
commit 232ca134fc
1 changed files with 1 additions and 1 deletions

View File

@ -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());