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

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


The following commit(s) were added to refs/heads/11.0.x by this push:
     new 06667bef34 Remove debug code
06667bef34 is described below

commit 06667bef34c92d37b855084cad018f7388a80c6d
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue May 6 21:34:53 2025 +0100

    Remove debug code
---
 java/org/apache/jasper/compiler/JDTCompiler.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/java/org/apache/jasper/compiler/JDTCompiler.java 
b/java/org/apache/jasper/compiler/JDTCompiler.java
index 9c116a33c0..e896b6d22c 100644
--- a/java/org/apache/jasper/compiler/JDTCompiler.java
+++ b/java/org/apache/jasper/compiler/JDTCompiler.java
@@ -218,7 +218,6 @@ public class JDTCompiler extends 
org.apache.jasper.compiler.Compiler {
             }
 
             private boolean isPackage(String result) {
-                System.out.println("isPackage(\"" + result + "\")");
                 if (result.equals(targetClassName) || 
result.startsWith(targetClassName + '$')) {
                     return false;
                 }


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

Reply via email to