1
0
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:
Greg Wilkins 2013-12-02 18:49:23 +11:00
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());