Issue #1661 remove debug

This commit is contained in:
Greg Wilkins 2017-07-13 14:16:51 +02:00 committed by Joakim Erdfelt
parent 6a2dd626e0
commit 2b4494e3f6
1 changed files with 0 additions and 3 deletions

View File

@ -657,8 +657,6 @@ public abstract class AbstractProxyServlet extends HttpServlet
{
try
{
System.err.println("sendError "+status+" "+proxyResponse.isCommitted());
new Throwable().printStackTrace();
if (!proxyResponse.isCommitted())
{
proxyResponse.resetBuffer();
@ -668,7 +666,6 @@ public abstract class AbstractProxyServlet extends HttpServlet
}
catch(Exception e)
{
e.printStackTrace();
_log.ignore(e);
}
finally