Removed leftover System.err from tests.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
This commit is contained in:
Simone Bordet 2024-01-07 13:27:02 +01:00
parent 62e073c52c
commit 356f400d2e
No known key found for this signature in database
GPG Key ID: 1677D141BCF3584D
2 changed files with 0 additions and 2 deletions

View File

@ -121,7 +121,6 @@ public class PushedResourcesTest extends AbstractTest
protected void service(HttpServletRequest request, HttpServletResponse response) throws IOException
{
String target = request.getRequestURI();
System.err.println("SIMON: target = " + target);
if (target.equals(oldPath))
response.sendRedirect(newPath);
else if (target.equals(newPath))

View File

@ -349,7 +349,6 @@ public class PushedResourcesTest extends AbstractTest
protected void service(HttpServletRequest request, HttpServletResponse response) throws IOException
{
String target = request.getRequestURI();
System.err.println("SIMON: target = " + target);
if (target.equals(oldPath))
response.sendRedirect(newPath);
else if (target.equals(newPath))