mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 07:25:44 +01:00
remove debugging info
This commit is contained in:
@@ -35,15 +35,8 @@ public abstract class AbstractResourceServlet extends HttpServlet
|
||||
/** Field description */
|
||||
private static final long serialVersionUID = -7703282364120349053L;
|
||||
|
||||
public AbstractResourceServlet()
|
||||
{
|
||||
System.out.println("CONSTRUCT !!!");
|
||||
}
|
||||
|
||||
//~--- methods --------------------------------------------------------------
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Method description
|
||||
*
|
||||
@@ -77,8 +70,6 @@ public abstract class AbstractResourceServlet extends HttpServlet
|
||||
@Override
|
||||
public void init() throws ServletException
|
||||
{
|
||||
System.out.println("INIT !!!");
|
||||
|
||||
ByteArrayOutputStream output = new ByteArrayOutputStream();
|
||||
|
||||
try
|
||||
@@ -161,8 +152,6 @@ public abstract class AbstractResourceServlet extends HttpServlet
|
||||
HttpServletResponse response)
|
||||
throws ServletException, IOException
|
||||
{
|
||||
System.out.println( "JA !!!" );
|
||||
|
||||
response.setCharacterEncoding(getCharacterEncoding());
|
||||
response.setContentType(getContentType());
|
||||
response.setContentLength(content.length);
|
||||
|
||||
Reference in New Issue
Block a user