This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push: new d0a2420 Remove leftover debug d0a2420 is described below commit d0a2420733df3ebdc34f67f9fee322a2fe491e94 Author: remm <r...@apache.org> AuthorDate: Thu Jan 30 18:02:43 2020 +0100 Remove leftover debug --- java/org/apache/catalina/realm/JNDIRealm.java | 1 - 1 file changed, 1 deletion(-) diff --git a/java/org/apache/catalina/realm/JNDIRealm.java b/java/org/apache/catalina/realm/JNDIRealm.java index cdf8924..a4e66bb 100644 --- a/java/org/apache/catalina/realm/JNDIRealm.java +++ b/java/org/apache/catalina/realm/JNDIRealm.java @@ -1719,7 +1719,6 @@ System.out.println("getUserBySearch " + username); // Retrieve values of userRoleName attribute ArrayList<String> roles = null; -System.out.println("userRoleName " + userRoleName + " " + attrs.get(userRoleName)); if (userRoleName != null) roles = addAttributeValues(userRoleName, attrs, roles); --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org