You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2020/10/07 20:34:56 UTC

[tomcat] 02/04: Remove leftover debug

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

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

commit 25d1f181a40698ae3e07cc5fca30f42a19c62eae
Author: remm <re...@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 a22e3c6..d7553b6 100644
--- a/java/org/apache/catalina/realm/JNDIRealm.java
+++ b/java/org/apache/catalina/realm/JNDIRealm.java
@@ -1726,7 +1726,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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org