From: kkolinko Date: Thu, 4 Feb 2010 17:02:15 +0000 (+0000) Subject: remove a println call X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=8eabb7643b78276b9bac4e4ec41188c8ed79fe80;p=tomcat7.0 remove a println call git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@906566 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/test/org/apache/el/TestELInJsp.java b/test/org/apache/el/TestELInJsp.java index 3bb8c352f..56e50cc79 100644 --- a/test/org/apache/el/TestELInJsp.java +++ b/test/org/apache/el/TestELInJsp.java @@ -322,7 +322,6 @@ public class TestELInJsp extends TomcatBaseTest { ByteChunk res = getUrl("http://localhost:" + getPort() + "/test/el-misc.jsp"); String result = res.toString(); - System.out.println(result); assertEcho(result, "00-\\\\\\\"${'hello world'}"); assertEcho(result, "01-\\\\\\\"\\${'hello world'}"); assertEcho(result, "02-\\\"${'hello world'}");