Removing System.out
This commit is contained in:
parent
cdc58b4008
commit
b72854f02b
|
@ -239,8 +239,6 @@ public class HttpTester
|
|||
if (in.fillBuffer()<=0)
|
||||
break;
|
||||
}
|
||||
|
||||
System.out.printf("parseResponse() parser=%s%n%s%n", parser, r.toString());
|
||||
}
|
||||
|
||||
public abstract static class Message extends HttpFields implements HttpParser.HttpHandler
|
||||
|
|
Loading…
Reference in New Issue