This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push: new cc88c8f436 Remove debug code cc88c8f436 is described below commit cc88c8f43666cb034b6bef2a3f922c2ed40a380d 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 638a3b4e81..4771dbda48 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