You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2019/07/03 06:40:01 UTC

[tomcat] 05/05: Remove Gump debug code

This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git

commit 174231483eb572cacb5b79944ee60ea5b6ddf715
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue Jul 2 21:03:40 2019 +0100

    Remove Gump debug code
---
 test/javax/el/TestImportHandlerStandardPackages.java | 2 --
 1 file changed, 2 deletions(-)

diff --git a/test/javax/el/TestImportHandlerStandardPackages.java b/test/javax/el/TestImportHandlerStandardPackages.java
index 0c2c92f..cd4e64e 100644
--- a/test/javax/el/TestImportHandlerStandardPackages.java
+++ b/test/javax/el/TestImportHandlerStandardPackages.java
@@ -96,8 +96,6 @@ public class TestImportHandlerStandardPackages {
             Enumeration<URL> resources = cl.getResources(path);
             while (resources.hasMoreElements()) {
                 URL resource = resources.nextElement();
-                // Debugging for Gump failure
-                System.out.println("Scanning: [" + resource + "]");
                 URI uri = resource.toURI();
                 // Gump includes some JARs on classpath - skip them
                 if (!"file".equals(uri.getScheme())) {


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org