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

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

commit 5276c174c63aca143ab474bcd3ca8cd3be74f9c4
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 9aa700ecc1..5d5cb011f3 100644
--- a/java/org/apache/jasper/compiler/JDTCompiler.java
+++ b/java/org/apache/jasper/compiler/JDTCompiler.java
@@ -217,7 +217,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