From 8eabb7643b78276b9bac4e4ec41188c8ed79fe80 Mon Sep 17 00:00:00 2001 From: kkolinko Date: Thu, 4 Feb 2010 17:02:15 +0000 Subject: [PATCH] remove a println call git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@906566 13f79535-47bb-0310-9956-ffa450edef68 --- test/org/apache/el/TestELInJsp.java | 1 - 1 file changed, 1 deletion(-) 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'}"); -- 2.11.0