Issue #1661 remove debug
This commit is contained in:
parent
8795781923
commit
6244d0df3c
|
@ -645,8 +645,6 @@ public abstract class AbstractProxyServlet extends HttpServlet
|
|||
{
|
||||
try
|
||||
{
|
||||
System.err.println("sendError "+status+" "+proxyResponse.isCommitted());
|
||||
new Throwable().printStackTrace();
|
||||
if (!proxyResponse.isCommitted())
|
||||
{
|
||||
proxyResponse.resetBuffer();
|
||||
|
@ -656,7 +654,6 @@ public abstract class AbstractProxyServlet extends HttpServlet
|
|||
}
|
||||
catch(Exception e)
|
||||
{
|
||||
e.printStackTrace();
|
||||
_log.ignore(e);
|
||||
}
|
||||
finally
|
||||
|
|
Loading…
Reference in New Issue