This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push: new 6f5741d561 Remove debug code 6f5741d561 is described below commit 6f5741d561629fe2cf0a49ace0974afe53cf9864 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 3eec132daf..01d2375c69 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